wok annotate ipcalc/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | ea3283ffaffe |
children | af8d823a3077 |
rev | line source |
---|---|
pascal@11223 | 1 # SliTaz package receipt. |
pascal@11223 | 2 |
pascal@11223 | 3 PACKAGE="ipcalc" |
pascal@11223 | 4 VERSION="0.41" |
pascal@11223 | 5 CATEGORY="network" |
pascal@11223 | 6 SHORT_DESC="IP Calculator." |
pascal@11223 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15600 | 8 LICENSE="GPL2" |
pascal@11223 | 9 WEB_SITE="http://jodies.de/ipcalc" |
pascal@11223 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11223 | 11 WGET_URL="http://jodies.de/ipcalc-archive/$TARBALL" |
pascal@11223 | 12 |
pascal@11223 | 13 DEPENDS="perl" |
pascal@11223 | 14 BUILD_DEPENDS="" |
pascal@11223 | 15 |
pascal@11223 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11223 | 17 genpkg_rules() |
pascal@11223 | 18 { |
pascal@11223 | 19 mkdir -p $fs/usr/bin $fs/var/www/cgi-bin/ipcalc $fs/usr/share/images/ipcalc |
pascal@11223 | 20 cp -a $src/ipcalc $fs/usr/bin |
pascal@11223 | 21 cp -a $src/ipcalc.cgi $fs/var/www/cgi-bin/ipcalc |
pascal@11223 | 22 cp -a $src/ipcalc.gif $fs/usr/share/images/ipcalc |
pascal@11223 | 23 cp -a $src/ipcalculator.png $fs/usr/share/images/ipcalc |
pascal@11223 | 24 } |