wok-next diff libogg/receipt @ rev 15507

Up: thunderbird-langpack-da (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:11 2013 +0100 (2013-11-19)
parents def4e4a28f0a
children a73d738315e8
line diff
     1.1 --- a/libogg/receipt	Mon Feb 27 13:13:39 2012 -0800
     1.2 +++ b/libogg/receipt	Tue Nov 19 22:24:11 2013 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="OGG library from Xiph.org project."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 +LICENSE="BSD"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WEB_SITE="http://www.xiph.org/"
    1.11  WGET_URL="http://downloads.xiph.org/releases/ogg/$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 -j1 DESTDIR=$PWD/_pkg install
    1.23 +	make -j1 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