wok diff libmms/receipt @ rev 18612

lxpanel, slitaz-configs: copy LXPanel profile to /etc/skel (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 17 16:50:26 2015 +0200 (2015-11-17)
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 Nov 17 16:50:26 2015 +0200
     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