wok view slitaz-polar-cursors/receipt @ rev 9514

busybox/httpd: allow multiple headers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 06 17:03:44 2011 +0200 (2011-04-06)
parents 285d91808136
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-polar-cursors"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Freedesktop menus."
7 MAINTAINER="pankso@slitaz.org"
8 BUILD_DEPENDS="xorg-xcursorgen"
9 TARBALL=$PACKAGE-$VERSION.tar.gz
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src/Source
17 ./Build.sh && cd ..
18 mkdir -p _pkg/usr/share/icons/slitaz-polar
19 cp index.theme _pkg/usr/share/icons/slitaz-polar
20 cp -a Source/cursors _pkg/usr/share/icons/slitaz-polar
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/icons
27 cp -a stuff/default $fs/usr/share/icons
28 cp -a $_pkg/* $fs
29 chown -R root.root $fs
30 }