wok annotate libburn/receipt @ rev 21401
hatari: update depends
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Apr 22 23:45:50 2019 -0400 (2019-04-22) |
parents | 6c3718ca17b6 |
children | 3b191e9b8b46 |
rev | line source |
---|---|
devl547@5624 | 1 # SliTaz package receipt. |
devl547@5624 | 2 |
devl547@5624 | 3 PACKAGE="libburn" |
Hans-G?nter@21151 | 4 VERSION="1.5.0" |
devl547@5624 | 5 CATEGORY="utilities" |
Hans-G?nter@21151 | 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks." |
devl547@5624 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15472 | 8 LICENSE="GPL2" |
devl547@5624 | 9 WEB_SITE="http://libburnia-project.org/" |
Hans-G?nter@21151 | 10 |
Hans-G?nter@21151 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@5624 | 12 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" |
devl547@5624 | 13 |
devl547@5624 | 14 # Rules to configure and make the package. |
devl547@5624 | 15 compile_rules() |
devl547@5624 | 16 { |
gokhlayeh@11573 | 17 ./configure $CONFIGURE_ARGS && |
devl547@5624 | 18 make && |
slaxemulator@8365 | 19 make -j1 DESTDIR=$DESTDIR install |
devl547@5624 | 20 } |
devl547@5624 | 21 |
devl547@5624 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5624 | 23 genpkg_rules() |
devl547@5624 | 24 { |
devl547@5624 | 25 mkdir -p $fs/usr/lib |
pascal@15472 | 26 cp -a $install/usr/lib/*.so* $fs/usr/lib |
devl547@5624 | 27 } |