wok-6.x annotate libisofs-dev/receipt @ rev 13163
testdisk: add ntfs support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 29 11:26:59 2012 +0200 (2012-07-29) |
parents | 540e07f1f4e1 |
children | 8f447cf2eee5 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
slaxemulator@10129 | 4 VERSION="1.0.8" |
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 |