wok-6.x annotate libisofs/receipt @ rev 23363
updated perl-log-agent (0.2.8 -> 1.003)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:09:53 2020 +0100 (2020-03-31) |
parents | ed82d8434b53 |
children | ede1d184d5c5 |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs" |
Hans-G?nter@23077 | 4 VERSION="1.5.2" |
devl547@5625 | 5 CATEGORY="utilities" |
Hans-G?nter@21241 | 6 SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks." |
devl547@5625 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15473 | 8 LICENSE="GPL2" |
Hans-G?nter@21241 | 9 WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs" |
Hans-G?nter@21241 | 10 |
devl547@5625 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@5625 | 12 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" |
devl547@5625 | 13 |
devl547@5625 | 14 # Rules to configure and make the package. |
devl547@5625 | 15 compile_rules() |
devl547@5625 | 16 { |
slaxemulator@10129 | 17 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@21241 | 18 make -j1 && |
Hans-G?nter@21241 | 19 make -j1 install |
devl547@5625 | 20 } |
devl547@5625 | 21 |
devl547@5625 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 23 genpkg_rules() |
devl547@5625 | 24 { |
devl547@5625 | 25 mkdir -p $fs/usr/lib |
Hans-G?nter@23077 | 26 cp -a $install/usr/lib/*.so* $fs/usr/lib |
devl547@5625 | 27 } |