wok view xfwm4-themes/receipt @ rev 9569

Up: xorg-xkeyboard-config to 2.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 11 23:11:08 2011 +0000 (2011-04-11)
parents ae431daa8afa
children 93c7babc7da8
line source
1 # SliTaz package receipt.
3 PACKAGE="xfwm4-themes"
4 VERSION="4.6.0"
5 CATEGORY="x-window"
6 SHORT_DESC="xfwm4 additionnal themes"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xfwm4"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
12 WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr\
19 --mandir=/usr/share/man $CONFIGURE_ARGS && \
20 make && make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/share $fs/usr
28 }