wok-current annotate gsl-dev/receipt @ rev 15792
linux: CONFIG_I2C_EG20T=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 17 10:28:33 2014 +0000 (2014-01-17) |
parents | d1c17bd2c2bc |
children | 617057b68bbf |
rev | line source |
---|---|
pankso@3603 | 1 # SliTaz package receipt. |
pankso@3603 | 2 |
pankso@3603 | 3 PACKAGE="gsl-dev" |
slaxemulator@11026 | 4 VERSION="1.15" |
pankso@3603 | 5 CATEGORY="development" |
pankso@3603 | 6 SHORT_DESC="Gsl devel files (library and headers)." |
pankso@3603 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL3" |
pankso@3603 | 9 WANTED="gsl" |
pankso@3603 | 10 WEB_SITE="http://www.gnu.org/software/gsl/" |
pankso@3603 | 11 |
pascal@15597 | 12 DEPENDS="gsl pkg-config" |
pascal@15589 | 13 |
pankso@3603 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3603 | 15 genpkg_rules() |
pankso@3603 | 16 { |
pankso@3603 | 17 mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share |
pascal@15589 | 18 cp -a $install/usr/include $fs/usr |
pascal@15589 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15589 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15589 | 21 cp -a $install/usr/share/aclocal $fs/usr/share |
pascal@15589 | 22 cp -a $install/usr/bin/*-config $fs/usr/bin |
pankso@3603 | 23 chmod +x $fs/usr/bin/* |
pankso@3603 | 24 } |