Cleanup libdvbpsi Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12579 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eec62356fa
commit
a3ecc31b2d
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-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.
|
||||||
@ -15,9 +15,12 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.videolan.org/pub/libdvbpsi/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=http://download.videolan.org/pub/libdvbpsi/$(PKG_VERSION)/
|
||||||
PKG_MD5SUM:=407cd074b7d6eaf31b20b693ed924655
|
PKG_MD5SUM:=407cd074b7d6eaf31b20b693ed924655
|
||||||
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
PKG_INSTALL=1
|
||||||
|
|
||||||
define Package/libdvbpsi4
|
define Package/libdvbpsi4
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
@ -26,29 +29,28 @@ define Package/libdvbpsi4
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdvbpsi4/description
|
define Package/libdvbpsi4/description
|
||||||
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
|
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
|
||||||
decoding and generating.
|
decoding and generating.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(call Build/Compile/Default, \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
install \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include/dvbpsi
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/dvbpsi $(1)/usr/include/
|
$(INSTALL_DATA) \
|
||||||
mkdir -p $(1)/usr/lib
|
$(PKG_INSTALL_DIR)/usr/include/dvbpsi/*.h \
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libdvbpsi.{a,so*,la} $(1)/usr/lib/
|
$(1)/usr/include/dvbpsi/
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/libdvbpsi.{so*,la} \
|
||||||
|
$(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdvbpsi4/install
|
define Package/libdvbpsi4/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libdvbpsi.so* $(1)/usr/lib/
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/libdvbpsi.so* \
|
||||||
|
$(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libdvbpsi4))
|
$(eval $(call BuildPackage,libdvbpsi4))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user