wok-stable annotate libisofs-dev/receipt @ rev 5632
Add: echinus
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 18:59:13 2010 +0000 (2010-05-27) |
parents | |
children | 476a6de45995 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
devl547@5625 | 4 VERSION="0.6.32" |
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" |
devl547@5625 | 8 WEB_SITE="http://libburnia-project.org/" |
devl547@5625 | 9 WANTED="libisofs" |
devl547@5625 | 10 |
devl547@5625 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 12 genpkg_rules() |
devl547@5625 | 13 { |
devl547@5625 | 14 mkdir -p $fs/usr/lib |
devl547@5625 | 15 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
devl547@5625 | 16 cp -a $_pkg/usr/include $fs/usr |
devl547@5625 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
devl547@5625 | 18 } |
devl547@5625 | 19 |