wok-stable view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="equinox"
4 VERSION="1.50"
5 CATEGORY="x-window"
6 SHORT_DESC="Equinox GTK Engine"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="gtk+"
9 BUILD_DEPENDS="gtk+-dev"
10 TARBALL="121881-$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://gnome-look.org/content/show.php?content=121881"
12 WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }