wok-6.x annotate embryo/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 5c7bde556b6a
children c197265701c9
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
gokhlayeh@8505 4 VERSION="1.0.0"
gokhlayeh@8505 5 CATEGORY="base-system"
pankso@10596 6 SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pankso@2022 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@140 9 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
pankso@140 11
pankso@140 12 # Rules to configure and make the package.
pankso@140 13 compile_rules()
pankso@140 14 {
pankso@140 15 cd $src
slaxemulator@10319 16 ./configure $CONFIGURE_ARGS &&
slaxemulator@10319 17 make && make install
pankso@140 18 }
pankso@140 19
pankso@140 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 21 genpkg_rules()
pankso@140 22 {
pankso@140 23 mkdir -p $fs/usr/lib
pankso@140 24 cp -a $_pkg/usr/share $fs/usr
pankso@140 25 cp -a $_pkg/usr/bin $fs/usr
pankso@140 26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@140 27 }