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

Balló György bgyorgy at nymeria.archlinux.org
Wed Dec 4 19:52:19 UTC 2013


    Date: Wednesday, December 4, 2013 @ 20:52:19
  Author: bgyorgy
Revision: 102075

Add myself as maintanier, some cleanup

Modified:
  lxshortcut/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 19:43:25 UTC (rev 102074)
+++ PKGBUILD	2013-12-04 19:52:19 UTC (rev 102075)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 # Contributor: swanson <swansonwebaake at gmail dot com>
 # Contributor: zoulnix <http://goo.gl/HQaP>
 # Contributor: n6W588kJ2d
@@ -13,21 +14,17 @@
 license=('GPL')
 groups=('lxde')
 depends=('gtk2')
-makedepends=('autoconf' 'automake' 'gcc' 'intltool' 'make' 'pkg-config')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz) 
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) 
 md5sums=('72f0dfafa8098be853beae6e33b5e13b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --localstatedir=/var
-
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list