wok diff taglib-dev/receipt @ rev 11841
perl-http-date: Sync with wok-tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 27 01:11:13 2012 -0500 (2012-02-27) |
parents | 227a90815de5 |
children | 600aaedb561d |
line diff
1.1 --- a/taglib-dev/receipt Sun Apr 10 12:25:05 2011 +0000 1.2 +++ b/taglib-dev/receipt Mon Feb 27 01:11:13 2012 -0500 1.3 @@ -5,35 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Taglib devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -SOURCE="taglib" 1.8 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 1.10 -WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" 1.11 -DEPENDS="zlib gcc-lib-base" 1.12 -BUILD_DEPENDS="zlib-dev cmake" 1.13 -TAGS="multimedia music tag" 1.14 - 1.15 -# Rules to configure and make the package. 1.16 -compile_rules() 1.17 -{ 1.18 - cd $src 1.19 - mkdir build 1.20 - cd build 1.21 - cmake ../ \ 1.22 - -DCMAKE_INSTALL_PREFIX=/usr \ 1.23 - -DCMAKE_BUILD_TYPE=Release \ 1.24 - -DENABLE_STATIC=ON \ 1.25 - -DWITH_MP4=ON \ 1.26 - -DWITH_ASF=ON 1.27 - make VERBOSE=1 1.28 - make install 1.29 -} 1.30 +DEPENDS="taglib" 1.31 +WANTED="taglib" 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 mkdir -p $fs/usr/lib 1.37 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.38 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.39 cp -a $_pkg/usr/include $fs/usr 1.40 cp -a $_pkg/usr/bin $fs/usr