wok annotate libraw1394-dev/receipt @ rev 25491
Up foomatic-db-nonfree (20221116)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 17 12:13:24 2022 +0000 (23 months ago) |
parents | 8685ee90f6aa |
children | e6abe3abd527 |
rev | line source |
---|---|
pankso@295 | 1 # SliTaz package receipt. |
pankso@295 | 2 |
pankso@295 | 3 PACKAGE="libraw1394-dev" |
Hans-G?nter@21282 | 4 VERSION="2.1.2" |
pankso@295 | 5 CATEGORY="development" |
Hans-G?nter@21282 | 6 SHORT_DESC="IEEE 1394 static library and development files." |
pankso@295 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15482 | 8 LICENSE="LGPL2.1" |
pascal@20794 | 9 WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" |
pankso@295 | 10 |
Hans-G?nter@21282 | 11 WANTED="libraw1394" |
pascal@15597 | 12 DEPENDS="libraw1394 pkg-config" |
pascal@15482 | 13 |
pankso@295 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@295 | 15 genpkg_rules() |
pankso@295 | 16 { |
pankso@295 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21282 | 18 |
Hans-G?nter@21282 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21282 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15482 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@295 | 22 } |