wok-next view slitaz-polar-cursors/receipt @ rev 10721

postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 18:20:04 2011 +0000 (2011-05-28)
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 }