Cleanup pixman package.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f3e46c3f6d
commit
8a8954e1de
@ -1,51 +1,50 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
# blogic@openwrt.org
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_BASE_NAME:=pixman
|
PKG_BASE_NAME:=pixman
|
||||||
PKG_NAME:=pixman
|
PKG_NAME:=pixman
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_VERSION:=0.12.0
|
PKG_VERSION:=0.12.0
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://cairographics.org/releases/
|
PKG_SOURCE_URL:=http://cairographics.org/releases/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
|
PKG_MD5SUM:=09357cc74975b01714e00c5899ea1881
|
||||||
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
EXTRA_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
define Package/pixman
|
define Package/pixman
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-lib
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=lib
|
SUBMENU:=lib
|
||||||
DEPENDS:=@DISPLAY_SUPPORT
|
|
||||||
TITLE:=pixman
|
TITLE:=pixman
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://cairographics.org/
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(call $(PKG_NAME)/Compile)
|
|
||||||
make -C $(PKG_BUILD_DIR)
|
|
||||||
DESTDIR=$(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) install
|
|
||||||
find $(PKG_INSTALL_DIR) -name *.la | xargs rm -rf
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, --enable-malloc0returnsnull)
|
$(call Build/Configure/Default, \
|
||||||
|
--disable-gtk \
|
||||||
|
)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/* $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pixman/install
|
define Package/pixman/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
|
$(INSTALL_DATA) \
|
||||||
endef
|
$(PKG_INSTALL_DIR)/usr/lib/*.so* \
|
||||||
|
$(1)/usr/lib/
|
||||||
define Build/InstallDev
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,pixman))
|
$(eval $(call BuildPackage,pixman))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user