wok-current annotate barrage/receipt @ rev 24004
Up tazinst (110)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 17 17:23:12 2021 +0000 (2021-01-17) |
parents | |
children | 3105f866bc3e |
rev | line source |
---|---|
pascal@23948 | 1 # SliTaz package receipt. |
pascal@23948 | 2 |
pascal@23948 | 3 PACKAGE="barrage" |
pascal@23948 | 4 VERSION="1.0.5" |
pascal@23948 | 5 CATEGORY="games" |
pascal@23948 | 6 SHORT_DESC="Practice artillery nondestructive" |
pascal@23948 | 7 MAINTAINER="René Rivero <arca1085@gmail.com>" |
pascal@23948 | 8 LICENSE="GPL2" |
pascal@23948 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@23948 | 10 WEB_SITE="http://lgames.sourceforge.net/Barrage/" |
pascal@23948 | 11 WGET_URL="https://ufpr.dl.sourceforge.net/project/lgames/$PACKAGE/$TARBALL" |
pascal@23948 | 12 |
pascal@23948 | 13 DEPENDS="libsdl libsdl-mixer" |
pascal@23948 | 14 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev" |
pascal@23948 | 15 |
pascal@23948 | 16 # Rules to configure and make the package. |
pascal@23948 | 17 compile_rules() |
pascal@23948 | 18 { |
pascal@23948 | 19 ./configure --localstatedir=/var/games && make && make install |
pascal@23948 | 20 } |
pascal@23948 | 21 |
pascal@23948 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@23948 | 23 genpkg_rules() |
pascal@23948 | 24 { |
pascal@23948 | 25 mkdir -p $fs/usr |
pascal@23948 | 26 cp -a $install/usr/share $fs/usr |
pascal@23948 | 27 cp -a $install/var $fs |
pascal@23948 | 28 cp -a $install/usr/bin $fs/usr |
pascal@23948 | 29 cp $install/usr/share/icons $fs/usr/share |
pascal@23948 | 30 chown -R root.root $fs |
pascal@23948 | 31 } |