wok-4.x diff taglib/receipt @ rev 8979
Add unionfs-fuse.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Mar 02 13:08:32 2011 +0000 (2011-03-02) |
parents | 9f2fd936777b |
children | e22b160b5c81 |
line diff
1.1 --- a/taglib/receipt Sun Sep 12 12:09:03 2010 +0000 1.2 +++ b/taglib/receipt Wed Mar 02 13:08:32 2011 +0000 1.3 @@ -9,18 +9,22 @@ 1.4 WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 1.5 WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" 1.6 DEPENDS="zlib gcc-lib-base" 1.7 -BUILD_DEPENDS="zlib-dev" 1.8 +BUILD_DEPENDS="zlib-dev cmake" 1.9 TAGS="multimedia music tag" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure \ 1.16 - --prefix=/usr \ 1.17 - $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + mkdir build 1.21 + cd build 1.22 + cmake ../ \ 1.23 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.24 + -DCMAKE_BUILD_TYPE=Release \ 1.25 + -DWITH_MP4=ON \ 1.26 + -DWITH_ASF=ON 1.27 + make VERBOSE=1 1.28 + make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.