wok-current annotate libburn-dev/receipt @ rev 7868
Up: mercurial to 1.7.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 02 19:36:34 2011 +0000 (2011-01-02) |
parents | 6d3fbf3b7348 |
children | 22e2414d3339 |
rev | line source |
---|---|
devl547@5624 | 1 # SliTaz package receipt. |
devl547@5624 | 2 |
devl547@5624 | 3 PACKAGE="libburn-dev" |
slaxemulator@7599 | 4 VERSION="0.9.0" |
devl547@5624 | 5 CATEGORY="development" |
devl547@5624 | 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." |
devl547@5624 | 7 MAINTAINER="devl547@gmail.com" |
slaxemulator@7599 | 8 DEPENDS="libburn" |
devl547@5624 | 9 WEB_SITE="http://libburnia-project.org/" |
devl547@5624 | 10 WANTED="libburn" |
devl547@5624 | 11 |
devl547@5624 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5624 | 13 genpkg_rules() |
devl547@5624 | 14 { |
devl547@5624 | 15 mkdir -p $fs/usr/lib |
devl547@5624 | 16 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
devl547@5624 | 17 cp -a $_pkg/usr/include $fs/usr |
devl547@5624 | 18 cp -a $_pkg/usr/share $fs/usr |
devl547@5624 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
devl547@5624 | 20 } |
devl547@5624 | 21 |