[arch-commits] Commit in xclip/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Oct 31 20:29:08 UTC 2009


    Date: Saturday, October 31, 2009 @ 16:29:07
  Author: eric
Revision: 57533

upgpkg: xclip 0.12-1
    Upstream update, added sh depends

Modified:
  xclip/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 20:25:39 UTC (rev 57532)
+++ PKGBUILD	2009-10-31 20:29:07 UTC (rev 57533)
@@ -3,19 +3,20 @@
 # Committer: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=xclip
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc="A command line utility that provides interface to Xclipboard."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/xclip"
-depends=('libxmu')
 license=('GPL')
+depends=('libxmu' 'sh')
 source=(http://downloads.sourceforge.net/sourceforge/xclip/$pkgname-$pkgver.tar.gz)
-md5sums=('4caf3a2b03c36981f9af36a8e8582951')
+md5sums=('f7e19d3e976fecdc1ea36cd39e39900d')
+sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list