wok rev 13409

Add: iniparser*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Oct 01 01:36:27 2012 +0200 (2012-10-01)
parents 76814f25dbcf
children 9fca00a1918e
files backuppc/receipt iniparser-dev/receipt iniparser/receipt powertop/receipt slock/receipt xorg-libXft/receipt xorg-libXrandr/receipt
line diff
     1.1 --- a/backuppc/receipt	Sun Sep 30 14:29:08 2012 +0200
     1.2 +++ b/backuppc/receipt	Mon Oct 01 01:36:27 2012 +0200
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://backuppc.sourceforge.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  DEPENDS="tar perl-file-rsync perl perl-compress-raw-zlib perl-archive-zip \
     1.7 -rsync bzip2 apache-mod-perl perl-xml-rss perl-net-ftp \
     1.8 -perl-net-ftp-retrhandle perl-net-ftp-autoreconnect smbclient samba postfix \
     1.9 +rsync bzip2 perl-xml-rss perl-net-ftp \
    1.10 +perl-net-ftp-retrhandle perl-net-ftp-autoreconnect smbclient postfix \
    1.11  bzip2 openssh perl-libwww"
    1.12  BUILD_DEPENDS="par2"
    1.13  SUGGESTED="par2"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/iniparser-dev/receipt	Mon Oct 01 01:36:27 2012 +0200
     2.3 @@ -0,0 +1,22 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="iniparser-dev"
     2.7 +VERSION="3.1"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Iniparser development files"
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +WEB_SITE="http://ndevilla.free.fr/iniparser/"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WANTED="iniparser"
    2.14 +
    2.15 +DEPENDS="iniparser"
    2.16 +BUILD_DEPENDS=""
    2.17 +
    2.18 +
    2.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.20 +genpkg_rules()
    2.21 +{
    2.22 +	mkdir -p $fs/usr/lib $fs/usr/include
    2.23 +	cp -a $src/*.*a $fs/usr/lib
    2.24 +	cp -a $src/src/*.h  $fs/usr/include
    2.25 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/iniparser/receipt	Mon Oct 01 01:36:27 2012 +0200
     3.3 @@ -0,0 +1,26 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="iniparser"
     3.7 +VERSION="3.1"
     3.8 +CATEGORY="system-tools"
     3.9 +SHORT_DESC="Free stand-alone ini file parsing library."
    3.10 +MAINTAINER="erjo@slitaz.org"
    3.11 +WEB_SITE="http://ndevilla.free.fr/iniparser/"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.13 +WGET_URL="http://ndevilla.free.fr/iniparser/$TARBALL"
    3.14 +
    3.15 +DEPENDS=""
    3.16 +BUILD_DEPENDS=""
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	make
    3.22 +}
    3.23 +
    3.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.25 +genpkg_rules()
    3.26 +{
    3.27 +	mkdir -p $fs/usr/lib
    3.28 +	cp -a $src/*.so* $fs/usr/lib
    3.29 +}
     4.1 --- a/powertop/receipt	Sun Sep 30 14:29:08 2012 +0200
     4.2 +++ b/powertop/receipt	Mon Oct 01 01:36:27 2012 +0200
     4.3 @@ -1,23 +1,23 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="powertop"
     4.7 -VERSION="1.13"
     4.8 +VERSION="2.0"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption"
    4.11  MAINTAINER="domcox@slitaz.org"
    4.12  DEPENDS="ncursesw"
    4.13 -BUILD_DEPENDS="acl gettext ncursesw-dev"
    4.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.15 +BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool"
    4.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.17  WEB_SITE="http://www.lesswatts.org/projects/powertop/"
    4.18 -WGET_URL="http://www.lesswatts.org/projects/powertop/download/$TARBALL"
    4.19 +WGET_URL="https://01.org/powertop/sites/default/files/downloads/$TARBALL"
    4.20  TAGS="power-management"
    4.21  
    4.22  # Rules to configure and make the package.
    4.23  compile_rules()
    4.24  {
    4.25  	cd $src
    4.26 -	make
    4.27 -	make DESTDIR=$PWD/_pkg install
    4.28 +	./autogen.sh
    4.29 +	./configure &&  make && make install
    4.30  }
    4.31  
    4.32  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/slock/receipt	Sun Sep 30 14:29:08 2012 +0200
     5.2 +++ b/slock/receipt	Mon Oct 01 01:36:27 2012 +0200
     5.3 @@ -1,12 +1,12 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="slock"
     5.7 -VERSION="0.9"
     5.8 +VERSION="1.0"
     5.9  CATEGORY="security"
    5.10  SHORT_DESC="Simple X display locker."
    5.11  MAINTAINER="mallory@sweetpeople.org"
    5.12  DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext"
    5.13 -BUILD_DEPENDS="xorg-xproto xorg-xextproto"
    5.14 +BUILD_DEPENDS="xorg-xproto xorg-xextproto xorg-libX11-dev xorg-libXext-dev"
    5.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.16  WEB_SITE="http://tools.suckless.org/slock"
    5.17  WGET_URL="http://dl.suckless.org/tools/$TARBALL"
     6.1 --- a/xorg-libXft/receipt	Sun Sep 30 14:29:08 2012 +0200
     6.2 +++ b/xorg-libXft/receipt	Mon Oct 01 01:36:27 2012 +0200
     6.3 @@ -11,7 +11,8 @@
     6.4  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     6.5  
     6.6  DEPENDS="expat fontconfig xorg-libXrender"
     6.7 -BUILD_DEPENDS="expat-dev fontconfig-dev xorg-libXrender-dev"
     6.8 +BUILD_DEPENDS="freetype-dev expat-dev fontconfig-dev xorg-libXrender-dev \
     6.9 + xorg-xproto xorg-libX11-dev"
    6.10  
    6.11  # Rules to configure and make the package.
    6.12  compile_rules()
     7.1 --- a/xorg-libXrandr/receipt	Sun Sep 30 14:29:08 2012 +0200
     7.2 +++ b/xorg-libXrandr/receipt	Mon Oct 01 01:36:27 2012 +0200
     7.3 @@ -8,7 +8,7 @@
     7.4  SOURCE="libXrandr"
     7.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     7.6  DEPENDS="xorg-libXext xorg-libXrender"
     7.7 -BUILD_DEPENDS="xorg-randrproto"
     7.8 +BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev"
     7.9  WEB_SITE="http://www.x.org/"
    7.10  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    7.11  CROSS="bug: can not run test programm"