wok-current annotate strigi-dev/receipt @ rev 22798
Add xsane-locales (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 10:39:45 2020 +0100 (2020-01-27) |
parents | 6135577f4d08 |
children | b7f9d3ba466d |
rev | line source |
---|---|
pankso@5673 | 1 # SliTaz package receipt. |
pankso@5673 | 2 |
pankso@5673 | 3 PACKAGE="strigi-dev" |
Hans-G?nter@21978 | 4 VERSION="0.7.5" |
pankso@5673 | 5 CATEGORY="development" |
Hans-G?nter@21978 | 6 SHORT_DESC="Strigi - development files." |
pankso@5673 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15004 | 8 LICENSE="LGPL2" |
Hans-G?nter@21978 | 9 WEB_SITE="https://sourceforge.net/projects/strigi/" |
pankso@5673 | 10 |
pascal@15599 | 11 DEPENDS="pkg-config" |
Hans-G?nter@21978 | 12 WANTED="strigi" |
pascal@15599 | 13 |
pankso@5673 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@5673 | 15 genpkg_rules() |
pankso@5673 | 16 { |
pankso@5673 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21978 | 18 |
Hans-G?nter@21978 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
Hans-G?nter@21978 | 20 cp -a $install/usr/include $fs/usr |
pankso@5673 | 21 } |