# HG changeset patch # User Christophe Lincoln # Date 1252525713 -7200 # Node ID d9ba03731f4e06eb9430af886e4ed867ef876ff3 # Parent 0588160a6878931b49ee27f14a290b82716da73c Add: gnustep APIs (Free Software version of OpenStep) diff -r 0588160a6878 -r d9ba03731f4e gnustep-back/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-back/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-back" +VERSION="0.16.0" +CATEGORY="x-window" +SHORT_DESC="GNUstep Generic back-end." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gnustep-base gnustep-gui" +BUILD_DEPENDS="gnustep-base-dev gnustep-gui-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnustep.org/" +WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib +} diff -r 0588160a6878 -r d9ba03731f4e gnustep-base-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-base-dev/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-base-dev" +VERSION="1.18.0" +CATEGORY="development" +SHORT_DESC="GNUstep base devel files." +MAINTAINER="pankso@slitaz.org" +WANTED="gnustep-base" +WEB_SITE="http://www.gnustep.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/share/GNUstep $fs/usr/share +} diff -r 0588160a6878 -r d9ba03731f4e gnustep-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-base/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-base" +VERSION="1.18.0" +CATEGORY="x-window" +SHORT_DESC="GNUstep base package." +MAINTAINER="pankso@slitaz.org" +DEPENDS="libffi libxslt" +BUILD_DEPENDS="libffi-dev libxslt-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnustep.org/" +WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --with-ffi-library=/usr/lib \ + --with-ffi-include=/usr/include/libffi-3.0.8 \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib +} diff -r 0588160a6878 -r d9ba03731f4e gnustep-gui-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-gui-dev/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-gui-dev" +VERSION="0.16.0" +CATEGORY="development" +SHORT_DESC="GNUstep base devel files." +MAINTAINER="pankso@slitaz.org" +WANTED="gnustep-gui" +WEB_SITE="http://www.gnustep.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/share/GNUstep $fs/usr/share +} diff -r 0588160a6878 -r d9ba03731f4e gnustep-gui/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-gui/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-gui" +VERSION="0.16.0" +CATEGORY="x-window" +SHORT_DESC="GNUstep GUI class library." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gnustep-base" +BUILD_DEPENDS="gnustep-base-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnustep.org/" +WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib +} diff -r 0588160a6878 -r d9ba03731f4e gnustep-make/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-make/receipt Wed Sep 09 21:48:33 2009 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="gnustep-make" +VERSION="2.2.0" +CATEGORY="development" +SHORT_DESC="GNUstep make package." +MAINTAINER="pankso@slitaz.org" +DEPENDS="make" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnustep.org/" +WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --with-layout=fhs \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/GNUstep $fs/usr/share +}