wok rev 12332

libvorbis: Clean up. Fixed libvorbis-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 08:56:14 2012 +0000 (2012-04-19)
parents 78a8f90f5204
children 4d989daf5de1
files libvorbis-dev/receipt libvorbis/receipt
line diff
     1.1 --- a/libvorbis-dev/receipt	Thu Apr 19 08:52:33 2012 +0000
     1.2 +++ b/libvorbis-dev/receipt	Thu Apr 19 08:56:14 2012 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Vorbis base library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libvorbis"
     1.8 +DEPENDS="libogg-dev libvorbis"
     1.9  WANTED="libvorbis"
    1.10  WEB_SITE="http://www.xiph.org/"
    1.11  
     2.1 --- a/libvorbis/receipt	Thu Apr 19 08:52:33 2012 +0000
     2.2 +++ b/libvorbis/receipt	Thu Apr 19 08:56:14 2012 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="multimedia"
     2.5  SHORT_DESC="Vorbis base library."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 +LICENSE="custom"
     2.8  DEPENDS="libogg"
     2.9  BUILD_DEPENDS="libogg-dev"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11 @@ -18,7 +19,7 @@
    2.12  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.13  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.14  	make &&
    2.15 -	make DESTDIR=$PWD/_pkg install
    2.16 +	make DESTDIR=$DESTDIR install
    2.17  }
    2.18  
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.