wok-stable annotate equinox/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
rev   line source
al@12341 1 # SliTaz package receipt.
al@12341 2
al@12341 3 PACKAGE="equinox"
al@12341 4 VERSION="1.50"
al@12341 5 CATEGORY="x-window"
al@12341 6 SHORT_DESC="Equinox GTK Engine"
al@12341 7 MAINTAINER="al.bobylev@gmail.com"
al@12341 8 DEPENDS="gtk+"
al@12341 9 BUILD_DEPENDS="gtk+-dev"
al@12341 10 TARBALL="121881-$PACKAGE-$VERSION.tar.gz"
al@12341 11 WEB_SITE="http://gnome-look.org/content/show.php?content=121881"
al@12341 12 WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"
al@12341 13
al@12341 14 # Rules to configure and make the package.
al@12341 15 compile_rules()
al@12341 16 {
al@12341 17 cd $src
al@12341 18 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
al@12341 19 make &&
al@12341 20 make DESTDIR=$PWD/_pkg install
al@12341 21 }
al@12341 22
al@12341 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12341 24 genpkg_rules()
al@12341 25 {
al@12341 26 cp -a $_pkg/usr $fs
al@12341 27 }
al@12341 28