wok-stable annotate libisofs-dev/receipt @ rev 9225
busybox: fix cksum applet
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 11 18:53:09 2011 +0100 (2011-03-11) |
parents | cf6909906a99 |
children | 540e07f1f4e1 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
slaxemulator@8849 | 4 VERSION="1.0.2" |
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 |