wok-current rev 2218
Remove libtag
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 08:58:48 2009 +0000 (2009-02-12) |
parents | 1e5ead21b647 |
children | 06e49b6e4420 |
files | gogglesmm/receipt libtag-dev/receipt libtag/receipt perdition-pam/receipt taglib/receipt |
line diff
1.1 --- a/gogglesmm/receipt Thu Feb 12 08:09:44 2009 +0000 1.2 +++ b/gogglesmm/receipt Thu Feb 12 08:58:48 2009 +0000 1.3 @@ -11,11 +11,11 @@ 1.4 WEB_SITE="http://code.google.com/p/gogglesmm/" 1.5 WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL" 1.6 1.7 -DEPENDS="libfox xine-lib sqlite libtag libpng jpeg " 1.8 +DEPENDS="libfox xine-lib sqlite taglib libpng jpeg " 1.9 1.10 # When compiling, it needs the main packages too. 1.11 -BUILD_DEPENDS="libfox libfox-utils xine-lib sqlite libtag 1.12 -libfox-dev xine-lib-dev sqlite-dev libtag-dev " 1.13 +BUILD_DEPENDS="libfox libfox-utils xine-lib sqlite taglib 1.14 +libfox-dev xine-lib-dev sqlite-dev taglib-dev " 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()
2.1 --- a/libtag-dev/receipt Thu Feb 12 08:09:44 2009 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,23 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="libtag-dev" 2.7 -VERSION="1.5" 2.8 -CATEGORY="development" 2.9 -SHORT_DESC="Development files of TagLib." 2.10 -MAINTAINER="chadi.elahmad@gmail.com" 2.11 - 2.12 -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 2.13 - 2.14 -WANTED="libtag" 2.15 -SOURCE="taglib" 2.16 - 2.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.18 -genpkg_rules() 2.19 -{ 2.20 - mkdir -p $fs/usr/lib $fs/usr/lib/pkgconfig $fs/usr/include 2.21 - 2.22 - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 2.23 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 2.24 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 2.25 - cp -a $_pkg/usr/include $fs/usr 2.26 -}
3.1 --- a/libtag/receipt Thu Feb 12 08:09:44 2009 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,35 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="libtag" 3.7 -SOURCE="taglib" 3.8 -VERSION="1.5" 3.9 -CATEGORY="multimedia" 3.10 -SHORT_DESC="TagLib is a library for reading and editing the meta-data of several popular audio formats." 3.11 -MAINTAINER="chadi.elahmad@gmail.com" 3.12 - 3.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 3.14 -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 3.15 -WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" 3.16 - 3.17 -DEPENDS="zlib " 3.18 -BUILD_DEPENDS="zlib-dev " 3.19 - 3.20 -# Rules to configure and make the package. 3.21 -compile_rules() 3.22 -{ 3.23 - cd $src 3.24 - ./configure \ 3.25 - --prefix=/usr \ 3.26 - --mandir=/usr/share/man \ 3.27 - --infodir=/usr/share/info \ 3.28 - $CONFIGURE_ARGS 3.29 - make 3.30 - make DESTDIR=$PWD/_pkg install 3.31 -} 3.32 - 3.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.34 -genpkg_rules() 3.35 -{ 3.36 - mkdir -p $fs/usr/lib 3.37 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.38 -}
4.1 --- a/perdition-pam/receipt Thu Feb 12 08:09:44 2009 +0000 4.2 +++ b/perdition-pam/receipt Thu Feb 12 08:58:48 2009 +0000 4.3 @@ -12,6 +12,7 @@ 4.4 BUILD_DEPENDS="vanessa_logger-dev vanessa_logger vanessa_adt-dev vanessa_adt vanessa_socket-dev vanessa_socket openldap-dev pam pam-dev" 4.5 DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap pam" 4.6 CONFIG_FILES="/etc/perdition" 4.7 +PROVIDE="perdition:pam" 4.8 BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?" 4.9 4.10 # Rules to configure and make the package.
5.1 --- a/taglib/receipt Thu Feb 12 08:09:44 2009 +0000 5.2 +++ b/taglib/receipt Thu Feb 12 08:58:48 2009 +0000 5.3 @@ -8,6 +8,8 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.5 WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 5.6 WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" 5.7 +DEPENDS="zlib" 5.8 +BUILD_DEPENDS="zlib-dev" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()