wok-next diff libquicktime/receipt @ rev 14591
Add again deps for Clonezilla
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun May 26 23:44:51 2013 +0200 (2013-05-26) |
parents | 6ad7fec1c8d0 |
children | 086841d75237 |
line diff
1.1 --- a/libquicktime/receipt Sat Apr 21 09:28:36 2012 +0000 1.2 +++ b/libquicktime/receipt Sun May 26 23:44:51 2013 +0200 1.3 @@ -15,15 +15,15 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --prefix=/usr \ 1.9 - --enable-gpl \ 1.10 - --with-ffmpeg \ 1.11 - --with-x264 \ 1.12 - --without-doxygen \ 1.13 - $CONFIGURE_ARGS && 1.14 - make && 1.15 - make DESTDIR=$DESTDIR install 1.16 + cd $src 1.17 + ./configure --prefix=/usr \ 1.18 + --enable-gpl \ 1.19 + --with-ffmpeg \ 1.20 + --with-x264 \ 1.21 + --without-doxygen \ 1.22 + $CONFIGURE_ARGS && 1.23 + make && 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.