wok annotate libisofs/receipt @ rev 10082
Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 06:22:56 2011 +0000 (2011-05-20) |
parents | 540e07f1f4e1 |
children | fa6c0adfc0d3 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs" |
slaxemulator@9578 | 4 VERSION="1.0.6" |
devl547@5625 | 5 CATEGORY="utilities" |
devl547@5625 | 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." |
devl547@5625 | 7 MAINTAINER="devl547@gmail.com" |
devl547@5625 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@5625 | 9 WEB_SITE="http://libburnia-project.org/" |
devl547@5625 | 10 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" |
devl547@5625 | 11 |
devl547@5625 | 12 # Rules to configure and make the package. |
devl547@5625 | 13 compile_rules() |
devl547@5625 | 14 { |
devl547@5625 | 15 cd $src |
slaxemulator@8849 | 16 ./configure && |
slaxemulator@9581 | 17 make -j1 && |
slaxemulator@9581 | 18 make -j1 install |
devl547@5625 | 19 } |
devl547@5625 | 20 |
devl547@5625 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 22 genpkg_rules() |
devl547@5625 | 23 { |
devl547@5625 | 24 mkdir -p $fs/usr/lib |
devl547@5625 | 25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
devl547@5625 | 26 } |