mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 15:43:42 +02:00
libcss: update to 0.1.2
This commit is contained in:
parent
cbd1c61874
commit
b53ab421b9
@ -1,12 +1,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libcss
|
PKG_NAME:=libcss
|
||||||
PKG_VERSION:=0.0.2
|
PKG_VERSION:=0.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.netsurf-browser.org/projects/releases/
|
PKG_SOURCE_URL:=http://www.netsurf-browser.org/projects/releases/
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_MD5SUM:=6e9dd7ed53113fc42fa1d20b3d202475
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -30,6 +31,7 @@ define Build/Compile
|
|||||||
WARNFLAGS="" \
|
WARNFLAGS="" \
|
||||||
COMPONENT_TYPE=lib-shared \
|
COMPONENT_TYPE=lib-shared \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
HOST_CC="$(HOSTCC)" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user