diff options
Diffstat (limited to 'package/bigreqsproto')
-rw-r--r-- | package/bigreqsproto/Config.in | 6 | ||||
-rw-r--r-- | package/bigreqsproto/Makefile | 9 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/bigreqsproto/Config.in b/package/bigreqsproto/Config.in deleted file mode 100644 index 2c061f882..000000000 --- a/package/bigreqsproto/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config ADK_PACKAGE_BIGREQSPROTO - prompt "bigreqsproto.......................... X protocol library" - tristate - default n - help - http://www.x.org diff --git a/package/bigreqsproto/Makefile b/package/bigreqsproto/Makefile index d6add2e20..52b61b367 100644 --- a/package/bigreqsproto/Makefile +++ b/package/bigreqsproto/Makefile @@ -4,15 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:= bigreqsproto -PKG_VERSION:= 1.0.2 +PKG_VERSION:= 1.1.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= d43f7faa2aac2f0206ea19f031494af1 +PKG_MD5SUM:= 882d49cc3bb591dbdccdf9e680bd2e4b PKG_SITES:= ${MASTER_SITE_XORG} include $(TOPDIR)/mk/package.mk - -CONFIGURE_STYLE= gnu -BUILD_STYLE= auto -INSTALL_STYLE= auto confprog - include ${TOPDIR}/mk/pkg-bottom.mk |