Date: Monday, September 9, 2013 @ 21:40:39
Author: bgyorgy
Revision: 96982
archrelease: copy trunk to community-i686, community-x86_64
Added:
gnustep-make/repos/community-i686/
gnustep-make/repos/community-i686/ChangeLog
(from rev 96981, gnustep-make/trunk/ChangeLog)
gnustep-make/repos/community-i686/PKGBUILD
(from rev 96981, gnustep-make/trunk/PKGBUILD)
gnustep-make/repos/community-x86_64/
gnustep-make/repos/community-x86_64/ChangeLog
(from rev 96981, gnustep-make/trunk/ChangeLog)
gnustep-make/repos/community-x86_64/PKGBUILD
(from rev 96981, gnustep-make/trunk/PKGBUILD)
----------------------------+
community-i686/ChangeLog | 2 ++
community-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-x86_64/ChangeLog | 2 ++
community-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+)
Copied: gnustep-make/repos/community-i686/ChangeLog (from rev 96981,
gnustep-make/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2013-09-09 19:40:39 UTC (rev 96982)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <[email protected]>
+* version upgrade
Copied: gnustep-make/repos/community-i686/PKGBUILD (from rev 96981,
gnustep-make/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-09 19:40:39 UTC (rev 96982)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Sebastian Sareyko <[email protected]>
+
+pkgname=gnustep-make
+pkgver=2.6.5
+pkgrel=2
+pkgdesc="The GNUstep make package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/"
+license=('GPL')
+depends=()
+conflicts=('gnustep-make-svn')
+groups=('gnustep-core')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('1e143d2c920cef02535ab533af8b1846')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m755 \
+ $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+ $pkgdir/etc/profile.d/GNUstep.sh
+}
Copied: gnustep-make/repos/community-x86_64/ChangeLog (from rev 96981,
gnustep-make/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2013-09-09 19:40:39 UTC (rev 96982)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <[email protected]>
+* version upgrade
Copied: gnustep-make/repos/community-x86_64/PKGBUILD (from rev 96981,
gnustep-make/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-09-09 19:40:39 UTC (rev 96982)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Sebastian Sareyko <[email protected]>
+
+pkgname=gnustep-make
+pkgver=2.6.5
+pkgrel=2
+pkgdesc="The GNUstep make package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/"
+license=('GPL')
+depends=()
+conflicts=('gnustep-make-svn')
+groups=('gnustep-core')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('1e143d2c920cef02535ab533af8b1846')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m755 \
+ $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+ $pkgdir/etc/profile.d/GNUstep.sh
+}