wok-4.x view equinox/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
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 }