wok-6.x rev 12907
Move audit gtkhotkey libqcow sweethome3d from undigest
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 29 18:15:33 2012 +0200 (2012-05-29) |
parents | 1edf8ba1ba4e |
children | 781f09eb4bb3 |
files | audit-dev/receipt audit/receipt gtkhotkey-dev/receipt gtkhotkey/receipt libqcow-dev/receipt libqcow/receipt sweethome3d/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/audit-dev/receipt Tue May 29 18:15:33 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="audit-dev" 1.7 +VERSION="2.2.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="System call auditing development files" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://people.redhat.com/sgrubb/audit/" 1.12 +WANTED="audit" 1.13 + 1.14 +DEPENDS="" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.22 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/audit/receipt Tue May 29 18:15:33 2012 +0200 2.3 @@ -0,0 +1,36 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="audit" 2.7 +VERSION="2.2.1" 2.8 +CATEGORY="misc" 2.9 +SHORT_DESC="System call auditing." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 +WEB_SITE="http://people.redhat.com/sgrubb/audit/" 2.13 +WGET_URL="${WEB_SITE}$TARBALL" 2.14 + 2.15 +DEPENDS="" 2.16 +BUILD_DEPENDS="openldap-dev" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + ./configure --prefix=/usr --sysconfdir=/etc \ 2.23 + --mandir=/usr/share/man \ 2.24 + --localstatedir=/var --sbindir=/sbin \ 2.25 + $CONFIGURE_ARGS && 2.26 + make && 2.27 + make DESTDIR=$DESTDIR install 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + mkdir -p $fs/usr/lib 2.34 + cp -a $_pkg/sbin $fs/ 2.35 + cp -a $_pkg/usr/bin $fs/usr 2.36 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.37 + cp -a $_pkg/etc $fs/ 2.38 + chown -R root.root $fs/etc 2.39 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/gtkhotkey-dev/receipt Tue May 29 18:15:33 2012 +0200 3.3 @@ -0,0 +1,18 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="gtkhotkey-dev" 3.7 +VERSION="0.2.1" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="GTK Hotkey devel files." 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +WEB_SITE="https://launchpad.net/gtkhotkey" 3.12 +WANTED="gtkhotkey" 3.13 + 3.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.15 +genpkg_rules() 3.16 +{ 3.17 + mkdir -p $fs/usr/lib 3.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 3.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.20 + cp -a $install/usr/include $fs/usr 3.21 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/gtkhotkey/receipt Tue May 29 18:15:33 2012 +0200 4.3 @@ -0,0 +1,29 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="gtkhotkey" 4.7 +VERSION="0.2.1" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Platform independent hotkey handling for Gtk+ applications." 4.10 +MAINTAINER="pankso@slitaz.org" 4.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.12 +WEB_SITE="https://launchpad.net/gtkhotkey" 4.13 +WGET_URL="https://launchpad.net/gtkhotkey/0.2/$VERSION/+download/$TARBALL" 4.14 + 4.15 +DEPENDS="glib libgio gtk+" 4.16 +BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev" 4.17 + 4.18 +# Rules to configure and make the package. 4.19 +compile_rules() 4.20 +{ 4.21 + cd $src 4.22 + sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h 4.23 + ./configure $CONFIGURE_ARGS && 4.24 + make && make 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/lib 4.31 + cp -s $install/usr/lib/*.so* $fs/usr/lib 4.32 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/libqcow-dev/receipt Tue May 29 18:15:33 2012 +0200 5.3 @@ -0,0 +1,18 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="libqcow-dev" 5.7 +VERSION="20120225" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +WEB_SITE="http://libqcow.sourceforge.net/" 5.12 +WANTED="libqcow" 5.13 + 5.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.15 +genpkg_rules() 5.16 +{ 5.17 + mkdir -p $fs/usr/lib 5.18 + cp -a $_pkg/usr/include $fs/usr 5.19 + cp -a $_pkg/usr/lib/*a $fs/usr/lib 5.20 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr 5.21 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/libqcow/receipt Tue May 29 18:15:33 2012 +0200 6.3 @@ -0,0 +1,32 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="libqcow" 6.7 +VERSION="20120225" 6.8 +CATEGORY="misc" 6.9 +SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +TARBALL="$PACKAGE-alpha-$VERSION.tar.gz" 6.12 +WEB_SITE="http://libqcow.sourceforge.net/" 6.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.14 + 6.15 +DEPENDS="fuse libcrypto" 6.16 +BUILD_DEPENDS="fuse-dev openssl-dev" 6.17 + 6.18 +# Rules to configure and make the package. 6.19 +compile_rules() 6.20 +{ 6.21 + cd $src 6.22 + ./configure --prefix=/usr --mandir=/usr/share/man \ 6.23 + --localstatedir=/var \ 6.24 + $CONFIGURE_ARGS && 6.25 + make && 6.26 + make DESTDIR=$DESTDIR install 6.27 +} 6.28 + 6.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.30 +genpkg_rules() 6.31 +{ 6.32 + mkdir -p $fs/usr/lib 6.33 + cp -a $_pkg/usr/bin $fs/usr 6.34 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 6.35 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/sweethome3d/receipt Tue May 29 18:15:33 2012 +0200 7.3 @@ -0,0 +1,44 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="sweethome3d" 7.7 +SOURCE="SweetHome3D" 7.8 +VERSION="3.4" 7.9 +CATEGORY="misc" 7.10 +SHORT_DESC="A free interior design application." 7.11 +MAINTAINER="pascal.bellard@slitaz.org" 7.12 +TARBALL="$SOURCE-$VERSION-linux-x86.tgz" 7.13 +WEB_SITE="http://www.sweethome3d.com/" 7.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$SOURCE/$SOURCE-$VERSION/$TARBALL" 7.15 + 7.16 +DEPENDS="libgl" 7.17 +BUILD_DEPENDS="" 7.18 + 7.19 +# Rules to configure and make the package. 7.20 +compile_rules() 7.21 +{ 7.22 + cd $src 7.23 +} 7.24 + 7.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.26 +genpkg_rules() 7.27 +{ 7.28 + mkdir -p $fs/usr/share/applications $fs/usr/bin 7.29 + cp -a $src $fs/usr/share/$PACKAGE 7.30 + cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT 7.31 +[Desktop Entry] 7.32 +Encoding=UTF-8 7.33 +Name=Interior design 7.34 +Name[fr]=Aménagement d'intérieur 7.35 +Type=Application 7.36 +Exec=$PACKAGE 7.37 +Icon=gohome.png 7.38 +Terminal=false 7.39 +Categories=Office; 7.40 +EOT 7.41 + cat > $fs/usr/bin/$PACKAGE <<EOT 7.42 +#!/bin/sh 7.43 + 7.44 +exec /usr/share/$PACKAGE/SweetHome3D 7.45 +EOT 7.46 + chmod +x $fs/usr/bin/$PACKAGE 7.47 +}