blob: 42b9a044da55c17025261d40125f60363f219a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
PKG_NAME:= videoproto
PKG_VERSION:= 2.3.0
PKG_RELEASE:= 1
PKG_MD5SUM:= 888543493cd69c6c78002ac59c3f077f
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_SUBPKGS:=
include $(TOPDIR)/mk/package.mk
include ${TOPDIR}/mk/pkg-bottom.mk
|