wok-current annotate libisofs-dev/receipt @ rev 9578
Up: libisofs to 1.0.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 12 11:24:03 2011 +0000 (2011-04-12) |
parents | 528230ddeb6e |
children | fa6c0adfc0d3 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
slaxemulator@9578 | 4 VERSION="1.0.6" |
devl547@5625 | 5 CATEGORY="development" |
devl547@5625 | 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." |
devl547@5625 | 7 MAINTAINER="devl547@gmail.com" |
slaxemulator@7598 | 8 DEPENDS="libisofs" |
devl547@5625 | 9 WEB_SITE="http://libburnia-project.org/" |
devl547@5625 | 10 WANTED="libisofs" |
devl547@5625 | 11 |
devl547@5625 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 13 genpkg_rules() |
devl547@5625 | 14 { |
devl547@5625 | 15 mkdir -p $fs/usr/lib |
devl547@5625 | 16 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
devl547@5625 | 17 cp -a $_pkg/usr/include $fs/usr |
devl547@5625 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
devl547@5625 | 19 } |
devl547@5625 | 20 |