lars a104bea499 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
2008-12-16 16:32:06 +00:00

48 lines
1.1 KiB
Makefile

#
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# blogic@openwrt.org
include $(TOPDIR)/rules.mk
PKG_NAME:=xtrans
PKG_RELEASE:=3
PKG_VERSION:=1.2.1
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:=96e142331edd498a9364887b2548f1bb
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/xtrans
SECTION:=xorg-lib
CATEGORY:=Xorg
SUBMENU:=lib
TITLE:=xtrans
URL:=http://xorg.freedesktop.org/
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/{lib/pkgconfig,include/X11/Xtrans}
$(INSTALL_DATA) \
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* \
$(1)/usr/lib/pkgconfig/
$(INSTALL_DATA) \
$(PKG_INSTALL_DIR)/usr/include/X11/Xtrans/* \
$(1)/usr/include/X11/Xtrans/
$(INSTALL_DIR) $(1)/usr/share/aclocal
$(INSTALL_DATA) \
$(PKG_INSTALL_DIR)/usr/share/aclocal/* \
$(1)/usr/share/aclocal/
endef
$(eval $(call BuildPackage,xtrans))