wok annotate guile-dev/receipt @ rev 23292

updated perl-bit-vector (7.1 -> 7.4)
author Hans-G?nter Theisgen
date Sun Mar 29 15:34:04 2020 +0100 (2020-03-29)
parents 8ed62ecac0c7
children
rev   line source
pankso@4044 1 # SliTaz package receipt.
pankso@4044 2
pankso@4044 3 PACKAGE="guile-dev"
slaxemulator@8444 4 VERSION="1.8.8"
pankso@4044 5 CATEGORY="development"
slaxemulator@11112 6 SHORT_DESC="devel files for guile"
pankso@4044 7 MAINTAINER="pankso@slitaz.org"
pascal@15589 8 LICENSE="LGPL2.1"
pankso@4044 9 WANTED="guile"
pankso@4044 10 WEB_SITE="http://www.gnu.org/software/guile/"
pankso@4044 11
domcox@15736 12 DEPENDS="guile gmp-dev pkg-config"
pascal@15589 13
pankso@4044 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4044 15 genpkg_rules()
pankso@4044 16 {
pankso@4044 17 mkdir -p $fs/usr/lib $fs/usr/share
pascal@15589 18 cp -a $install/usr/include $fs/usr
pascal@15589 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15589 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15589 21 cp -a $install/usr/share/aclocal $fs/usr/share
pankso@4044 22 }