wok rev 191

UP : mpg123 (1.2.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 06 23:40:00 2008 +0100 (2008-02-06)
parents 1a5abc7285e2
children 9ae2ff01bf54
files mpg123/receipt
line diff
     1.1 --- a/mpg123/receipt	Wed Feb 06 23:24:21 2008 +0100
     1.2 +++ b/mpg123/receipt	Wed Feb 06 23:40:00 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpg123"
     1.7 -VERSION="0.68"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Command line audi player and streamer"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,13 +9,16 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.mpg123.de/"
    1.15  WGET_URL="http://www.mpg123.de/download/$TARBALL"
    1.16 +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/multimedia.html#mpg123'
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--mandir=/usr/share/man \
    1.27 +		$CONFIGURE_ARGS
    1.28  	make
    1.29  	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31 @@ -23,8 +26,9 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 +	mkdir -p $fs/usr/lib/mpg123
    1.37 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.38 +	cp -a $_pkg/usr/lib/mpg123/*.so* $fs/usr/lib/mpg123
    1.39  	cp -a $_pkg/usr/bin $fs/usr
    1.40 -	strip -s $fs/usr/bin/*
    1.41  }
    1.42