wok-6.x diff libmms/receipt @ rev 17591
syslinux/isohybrib.exe: add --md5, --undo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 10 08:53:27 2015 +0100 (2015-02-10) |
parents | 0f8dcbf8807b |
children | d4cb85d5a82c |
line diff
1.1 --- a/libmms/receipt Mon Apr 04 13:45:45 2011 +0000 1.2 +++ b/libmms/receipt Tue Feb 10 08:53:27 2015 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams." 1.6 MAINTAINER="slitaz@kacper.se" 1.7 -DEPENDS="glib" 1.8 -BUILD_DEPENDS="pkg-config glib-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://launchpad.net/libmms" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="glib" 1.15 +BUILD_DEPENDS="pkg-config glib-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,13 +22,13 @@ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/lib 1.32 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 } 1.35