wok annotate srcpd/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents b7319995b37e
children 7896f0694ef6
rev   line source
rcx@3299 1 # SliTaz package receipt.
rcx@3299 2
rcx@3299 3 PACKAGE="srcpd"
rcx@6011 4 VERSION="2.1.1"
rcx@3299 5 CATEGORY="games"
rcx@3299 6 SHORT_DESC="Simple Railroad Command Protocl Daemon."
rcx@3299 7 MAINTAINER="rcx@zoominternet.net"
rcx@3299 8 DEPENDS="glibc-base libxml2 zlib"
pascal@12566 9 BUILD_DEPENDS="libxml2-dev zlib-dev"
rcx@3299 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
rcx@3299 11 WEB_SITE="http://srcpd.sourceforge.net/"
rcx@3299 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
rcx@3299 13 CONFIG_FILES="/etc/srcpd.conf"
rcx@3299 14
rcx@3299 15 # Rules to configure and make the package.
rcx@3299 16 compile_rules()
rcx@3299 17 {
rcx@3299 18 cd $src
rcx@3299 19
gokhlayeh@11573 20 ./configure $CONFIGURE_ARGS \
slaxemulator@8987 21 --sysconfdir=/etc &&
slaxemulator@8987 22 make &&
slaxemulator@8987 23 make install
rcx@3299 24 }
rcx@3299 25
rcx@3299 26 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3299 27 genpkg_rules()
rcx@3299 28 {
rcx@3299 29 mkdir -p $fs/usr
rcx@3299 30 cp -a $_pkg/usr/sbin $fs/usr
rcx@3299 31 cp -a $_pkg/etc $fs
rcx@3299 32 }