mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 18:07:30 +02:00
Some libsdl-image cleanups
This commit is contained in:
parent
608c1b748e
commit
2402b14d17
@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://www.libsdl.org/projects/SDL_image/release/
|
||||
PKG_MD5SUM:=6c06584b31559e2b59f2b982d0d1f628
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/SDL_image-$(PKG_VERSION)
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/libsdl-image
|
||||
@ -38,21 +40,17 @@ CONFIGURE_ARGS += \
|
||||
CONFIGURE_VARS += \
|
||||
LIBS="-lSDL -ldirect -ldirectfb -lfusion"
|
||||
|
||||
define Build/Compile
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib
|
||||
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib/pkgconfig
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/SDL/SDL_image.h \
|
||||
$(1)/usr/include/SDL/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/libSDL_image*.{a,so*} \
|
||||
$(1)/usr/lib/
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* \
|
||||
$(1)/usr/lib/pkgconfig/
|
||||
endef
|
||||
|
||||
define Package/libsdl-image/install
|
||||
|
Loading…
Reference in New Issue
Block a user