wok-undigest rev 24

Add: at, wol, owfs, wput. Change maintainer for dovecot. Welcom Ludovic.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 03 14:08:46 2010 +0200 (2010-04-03)
parents da2d8d6dfb52
children a782422df62e
files at/receipt dovecot/receipt owfs/receipt wol/receipt wput/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/at/receipt	Sat Apr 03 14:08:46 2010 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="at"
     1.7 +VERSION="3.1.10ubuntu4"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Delayed job execution and batch processing."
    1.10 +MAINTAINER="l.lemarinel@gmail.com"
    1.11 +TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.12 +WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/a/at/$TARBALL"
    1.13 +BUILD_DEPENDS="bison flex-dev flex"
    1.14 +DEPENDS=""
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	export SENDMAIL=/bin/true
    1.20 +	cd $src
    1.21 +	./configure --with-daemon_username=root \
    1.22 +		--with-daemon_groupname=root \
    1.23 +		--with-jobdir=/var/spool/cron/atjobs \
    1.24 +		--with-atspool=/var/spool/cron/atspool \
    1.25 +		--without-pam --bindir=$PWD/_pkg/usr/bin \
    1.26 +		--sbindir=$PWD/_pkg/usr/bin --prefix=$PWD/_pkg/usr
    1.27 +	make
    1.28 +	make DESTDIR=$PWD/_pkg install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr
    1.35 +	cp -a $_pkg/usr/bin $fs/usr
    1.36 +}
    1.37 +
    1.38 +#Post install actions :
    1.39 +post_install()
    1.40 +{
    1.41 +	mkdir -m 755 -p /var/spool/cron/atspool /var/spool/cron/atjobs
    1.42 +	chmod 1770 /var/spool/cron/atspool /var/spool/cron/atjobs
    1.43 +	touch /var/spool/cron/atjobs/.SEQ
    1.44 +	chmod 600 /var/spool/cron/atjobs/.SEQ
    1.45 +	chown root:root /var/spool/cron/atjobs/.SEQ
    1.46 +	touch /etc/at.deny
    1.47 +	touch /etc/at.allow
    1.48 +	chmod 640 /etc/at.deny /etc/at.allow
    1.49 +	ln -s -f at /usr/bin/atq
    1.50 +	ln -s -f at /usr/bin/atrm
    1.51 +}
     2.1 --- a/dovecot/receipt	Wed Mar 31 18:30:15 2010 +0200
     2.2 +++ b/dovecot/receipt	Sat Apr 03 14:08:46 2010 +0200
     2.3 @@ -1,31 +1,37 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6 +PACKED_SIZE="8.0k"
     2.7 +UNPACKED_SIZE="4.0k"
     2.8  PACKAGE="dovecot"
     2.9 -VERSION=""
    2.10 -CATEGORY=""
    2.11 -SHORT_DESC=""
    2.12 -MAINTAINER=""
    2.13 -DEPENDS=""
    2.14 +VERSION="1.2.11"
    2.15 +CATEGORY="network"
    2.16 +SHORT_DESC="Dovecot IMAP and POP3 Server."
    2.17 +MAINTAINER="l.lemarinel@gmail.com"
    2.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.19 -WEB_SITE=""
    2.20 -WGET_URL=""
    2.21 +WEB_SITE="www.dovecot.org"
    2.22 +WGET_URL="http://www.dovecot.org/releases/1.2/$TARBALL"
    2.23 +BUILD_DEPENDS="openssl-dev libcap-dev"
    2.24 +DEPENDS="openssl libcap"
    2.25 +
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30  	cd $src
    2.31 -	./configure \
    2.32 -		--prefix=/usr \
    2.33 -		--infodir=/usr/share/info \
    2.34 +	./configure  --prefix=/usr \
    2.35 +		--sysconfdir=/etc/dovecot \
    2.36 +		--libexecdir=/usr/lib/$PACKAGE \
    2.37 +		--localstatedir=/var \
    2.38  		--mandir=/usr/share/man \
    2.39 -		$CONFIGURE_ARGS &&
    2.40 -	make && make DESTDIR=$PWD/_pkg install
    2.41 +		--infodir=/usr/share/info
    2.42 +
    2.43 +	make 
    2.44 +	make DESTDIR=$PWD/_pkg install
    2.45  }
    2.46  
    2.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.48  genpkg_rules()
    2.49  {
    2.50 -	mkdir -p $fs/usr
    2.51 -	cp -a $_pkg/usr/bin $fs/usr
    2.52 +	mkdir -p $fs
    2.53 +	cp -a $_pkg/* $fs
    2.54  }
    2.55 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/owfs/receipt	Sat Apr 03 14:08:46 2010 +0200
     3.3 @@ -0,0 +1,30 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="owfs"
     3.7 +VERSION="2.7p33"
     3.8 +CATEGORY="misc"
     3.9 +SHORT_DESC="OWFS One Wire File System."
    3.10 +MAINTAINER="l.lemarinel@gmail.com"
    3.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.12 +WEB_SITE="www.owfs.org"
    3.13 +#WGET_URL="http://downloads.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL?use_mirror=freefr"
    3.14 +WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/2.7p33/owfs-2.7p33.tar.gz"
    3.15 +BUILD_DEPENDS="fuse-dev libusb-dev"
    3.16 +DEPENDS="fuse libusb"
    3.17 +
    3.18 +
    3.19 +# Rules to configure and make the package.
    3.20 +compile_rules()
    3.21 +{
    3.22 +	cd $src
    3.23 +	./configure --prefix=/usr --bindir=/usr/bin 
    3.24 +	make 
    3.25 +	make DESTDIR=$PWD/_pkg install
    3.26 +}
    3.27 +
    3.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 +genpkg_rules()
    3.30 +{
    3.31 +	mkdir -p $fs/usr
    3.32 +	cp -a $_pkg/usr/bin $fs/usr
    3.33 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/wol/receipt	Sat Apr 03 14:08:46 2010 +0200
     4.3 @@ -0,0 +1,29 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="wol"
     4.7 +VERSION="0.7.1"
     4.8 +CATEGORY="network"
     4.9 +SHORT_DESC="wol implements Wake On LAN functionality in a small program."
    4.10 +MAINTAINER="l.lemarinel@gmail.com"
    4.11 +TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    4.12 +WGET_URL="$SF_MIRROR/ahh/$TARBALL"
    4.13 +BUILD_DEPENDS=""
    4.14 +DEPENDS=""
    4.15 +
    4.16 +# Rules to configure and make the package.
    4.17 +compile_rules()
    4.18 +{
    4.19 +	cd $src
    4.20 +	./configure --bindir=/usr/bin \
    4.21 +		--sbindir=/usr/bin \
    4.22 +		--prefix=/usr
    4.23 +	make
    4.24 +	make DESTDIR=$PWD/_pkg install
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr
    4.31 +	cp -a $_pkg/usr/bin $fs/usr
    4.32 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/wput/receipt	Sat Apr 03 14:08:46 2010 +0200
     5.3 @@ -0,0 +1,29 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="wput"
     5.7 +VERSION="0.6.2"
     5.8 +CATEGORY="network"
     5.9 +SHORT_DESC="A tiny wget-like ftp-client for uploading files"
    5.10 +MAINTAINER="l.lemarinel@gmail.com"
    5.11 +TARBALL="${PACKAGE}-${VERSION}.tgz"
    5.12 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.13 +BUILD_DEPENDS=""
    5.14 +DEPENDS=""
    5.15 +
    5.16 +# Rules to configure and make the package.
    5.17 +compile_rules()
    5.18 +{
    5.19 +	cd $src
    5.20 +	./configure --prefix=$PWD/_pkg/usr \
    5.21 +		--disable-g-switch \
    5.22 +		--without-ssl
    5.23 +	make
    5.24 +	make DESTDIR=$PWD/_pkg install
    5.25 +}
    5.26 +
    5.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 +genpkg_rules()
    5.29 +{
    5.30 +	mkdir -p $fs/usr
    5.31 +	cp -a $_pkg/usr/bin $fs/usr
    5.32 +}