wok annotate parted-dev/receipt @ rev 25462
ufraw: include exiv2/error.hpp in ufraw_exiv2.cc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 10:52:41 2022 +0000 (2022-09-28) |
parents | f498b54a20cd |
children |
rev | line source |
---|---|
pankso@136 | 1 # SliTaz package receipt. |
pankso@136 | 2 |
pankso@136 | 3 PACKAGE="parted-dev" |
pascal@17545 | 4 VERSION="3.2" |
pankso@199 | 5 CATEGORY="development" |
pankso@136 | 6 SHORT_DESC="GNU parted editor devel files." |
pankso@136 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pankso@136 | 9 WANTED="parted" |
pankso@136 | 10 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" |
pankso@16381 | 11 HOST_ARCH="i486 arm" |
pankso@136 | 12 |
pascal@15599 | 13 DEPENDS="pkg-config" |
pascal@15599 | 14 |
pankso@136 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@136 | 16 genpkg_rules() |
pankso@136 | 17 { |
pankso@136 | 18 mkdir -p $fs/usr/lib |
pankso@12488 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pankso@12488 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@12488 | 21 cp -a $install/usr/include $fs/usr |
pankso@136 | 22 } |