wok-6.x annotate libisofs-dev/receipt @ rev 23077
updated libisofs and libisofs-dev (1.5.0 -> 1.5.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 10 14:37:29 2020 +0100 (2020-03-10) |
parents | ed82d8434b53 |
children | b087c7dc538d |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
Hans-G?nter@23077 | 4 VERSION="1.5.2" |
devl547@5625 | 5 CATEGORY="development" |
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 |
Hans-G?nter@23077 | 11 DEPENDS="libisofs pkg-config" |
devl547@5625 | 12 WANTED="libisofs" |
pascal@15473 | 13 |
devl547@5625 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 15 genpkg_rules() |
devl547@5625 | 16 { |
devl547@5625 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21241 | 18 |
Hans-G?nter@21241 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@21241 | 20 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21241 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
devl547@5625 | 22 } |