[arch-commits] Commit in openmotif/repos (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Apr 29 16:41:12 UTC 2013
Date: Monday, April 29, 2013 @ 18:41:12
Author: spupykin
Revision: 89514
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
openmotif/repos/community-staging-i686/
openmotif/repos/community-staging-i686/PKGBUILD
(from rev 89513, openmotif/trunk/PKGBUILD)
openmotif/repos/community-staging-x86_64/
openmotif/repos/community-staging-x86_64/PKGBUILD
(from rev 89513, openmotif/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: openmotif/repos/community-staging-i686/PKGBUILD (from rev 89513, openmotif/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 16:41:12 UTC (rev 89514)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.4
+pkgrel=2
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/"
+license=('GPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver-src.tgz")
+md5sums=('612bb8127d0d31da6e5474edf8a5c247')
+
+build() {
+ cd $srcdir/motif-$pkgver
+ export LDFLAGS="-lX11"
+ sed -i \
+ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' \
+ -e 's|AM_PROG_CC_STDC|AC_PROG_CC|g' \
+ configure.ac
+ [ -x configure ] || ./autogen.sh --prefix=/usr
+ [ -f Makefile ] || ./configure --prefix=/usr
+ make -j1
+}
+
+package() {
+ cd $srcdir/motif-$pkgver
+ make DESTDIR=$pkgdir install
+}
Copied: openmotif/repos/community-staging-x86_64/PKGBUILD (from rev 89513, openmotif/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-04-29 16:41:12 UTC (rev 89514)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.4
+pkgrel=2
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/"
+license=('GPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver-src.tgz")
+md5sums=('612bb8127d0d31da6e5474edf8a5c247')
+
+build() {
+ cd $srcdir/motif-$pkgver
+ export LDFLAGS="-lX11"
+ sed -i \
+ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' \
+ -e 's|AM_PROG_CC_STDC|AC_PROG_CC|g' \
+ configure.ac
+ [ -x configure ] || ./autogen.sh --prefix=/usr
+ [ -f Makefile ] || ./configure --prefix=/usr
+ make -j1
+}
+
+package() {
+ cd $srcdir/motif-$pkgver
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list