1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

guile 2 Makefile, libunistring updated

This commit is contained in:
Jiva Nath Bagale
2012-02-21 14:08:20 +00:00
parent c38f27772d
commit 7addc31ac7
3 changed files with 106 additions and 2 deletions

View File

@@ -6,10 +6,13 @@
# See /LICENSE for more information.
#
# modified 20/02/2012
# author: jnbagale@gmail.com
include $(TOPDIR)/rules.mk
PKG_NAME:=libunistring
PKG_VERSION:=0.9.2.1
PKG_VERSION:=0.9.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/$(PKG_NAME)/
@@ -17,13 +20,14 @@ PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/$(PKG_NAME)/
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/libunistring
MAINTAINER:="Bart van Strien" <bart.bes@gmail.com>
TITLE:=libunistring
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libiconv
DEPENDS:=$(ICONV_DEPENDS)
URL:=http://savannah.gnu.org/projects/libunistring/
endef