wok-next annotate rubix/receipt @ rev 20682
Remove aspell-* dictionary packages; add aspell-dicts: receipt produces different packages with different versions (require cookutils >= 1057)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 18 12:53:47 2018 +0300 (2018-05-18) |
parents | 7639f09792cf |
children | d5aab818505e |
rev | line source |
---|---|
al@20491 | 1 # SliTaz package receipt v2. |
pascal@17327 | 2 |
pascal@17327 | 3 PACKAGE="rubix" |
pascal@17327 | 4 VERSION="1.0.6" |
pascal@17327 | 5 CATEGORY="games" |
al@20491 | 6 SHORT_DESC="A 3D rubiks cube game for X" |
pascal@17327 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17327 | 8 LICENSE="PublicDomain" |
al@20491 | 9 WEB_SITE="http://sed.free.fr/rubix" |
al@20491 | 10 |
pascal@17327 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@17327 | 12 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@17327 | 13 |
pascal@17327 | 14 BUILD_DEPENDS="xorg-dev" |
pascal@17327 | 15 |
al@20491 | 16 compile_rules() { |
pascal@17327 | 17 ./configure \ |
pascal@17327 | 18 --prefix=/usr \ |
pascal@17327 | 19 $CONFIGURE_ARGS |
al@20491 | 20 make && |
al@20491 | 21 install -Dm 755 $src/rubix $install/usr/bin/rubix |
pascal@17327 | 22 } |
pascal@17327 | 23 |
al@20491 | 24 genpkg_rules() { |
al@20491 | 25 copy @std |
al@20491 | 26 DEPENDS="xorg-libX11 xorg-libxcb xorg-libXau xorg-libXdmcp" |
pascal@17327 | 27 } |