diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
commit | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch) | |
tree | bf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/fribidi/Makefile | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/fribidi/Makefile')
-rw-r--r-- | package/fribidi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/fribidi/Makefile b/package/fribidi/Makefile index 9ec9569dd..4f9af4113 100644 --- a/package/fribidi/Makefile +++ b/package/fribidi/Makefile @@ -5,18 +5,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= fribidi PKG_VERSION:= 0.19.5 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 925bafb97afee8a2fc2d0470c072a155 PKG_DESCR:= Unicode Bidirectional Algorithm PKG_SECTION:= libs PKG_URL:= http://www.fribidi.org/ PKG_SITES:= http://fribidi.org/download/ +PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk -$(eval $(call PKG_template,FRIBIDI,fribidi,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,FRIBIDI,fribidi,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) fribidi-install: $(INSTALL_DIR) $(IDIR_FRIBIDI)/usr/lib |