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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 22 07:45:39 UTC 2014


    Date: Friday, August 22, 2014 @ 09:45:39
  Author: arodseth
Revision: 117745

upgpkg: at 3.1.15-1

Modified:
  at/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 07:38:33 UTC (rev 117744)
+++ PKGBUILD	2014-08-22 07:45:39 UTC (rev 117745)
@@ -11,7 +11,7 @@
 url='http://packages.qa.debian.org/a/at.html'
 license=('GPL')
 depends=('pam' 'flex')
-makedepends=('ssmtp')
+makedepends=('ssmtp' 'git')
 backup=('etc/at.deny')
 options=('!makeflags')
 source=("git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver"
@@ -20,8 +20,7 @@
             '34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
 
 build() {
-  cd "$pkgname-$pkgver"
-
+  cd "$pkgname"
   ./configure --prefix=/usr --sbindir=/usr/bin \
               --with-jobdir=/var/spool/atd \
               --with-atspool=/var/spool/atd
@@ -29,6 +28,8 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+  make -C "$pkgname" IROOT="$pkgdir" docdir=/usr/share/doc install
   install -Dm644 atd.service "$pkgdir/usr/lib/systemd/system/atd.service"
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list