blob: 01f66fead4677ed8ab675b60966ef83a6fb978b0 (
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:= resourceproto
PKG_VERSION:= 1.1.0
PKG_RELEASE:= 1
PKG_MD5SUM:= 587333b4995a3e11ebe4c8ba2742efaf
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_SUBPKGS:=
include $(TOPDIR)/mk/package.mk
include ${TOPDIR}/mk/pkg-bottom.mk
|