Cleanup xorg/libs package makefiles:

* Add md5sums
    * Use default templates where appropriate
    * Install only required files
    * Add missing dependencies



git-svn-id: svn://svn.openwrt.org/openwrt/packages@13663 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2008-12-16 16:32:06 +00:00
parent f6c88199c9
commit a104bea499
29 changed files with 557 additions and 355 deletions

View File

@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk
PKG_BASE_NAME:=libpciaccess
PKG_NAME:=libpciaccess
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_VERSION:=0.10.3
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/lib/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
PKG_MD5SUM:=6d5468debf76fac84576ca26c9535821
PKG_FIXUP:=libtool
include $(INCLUDE_DIR)/package.mk