wok diff libart_lgpl/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 0f8dcbf8807b
children 6831608a1b2a
line diff
     1.1 --- a/libart_lgpl/receipt	Mon Apr 04 13:45:45 2011 +0000
     1.2 +++ b/libart_lgpl/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Free libart."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/"
    1.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -17,13 +19,13 @@
    1.19  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20  	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.21  	make
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/lib
    1.30 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32  }
    1.33