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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 12 06:37:17 UTC 2013


    Date: Sunday, May 12, 2013 @ 08:37:17
  Author: bpiotrowski
Revision: 185200

upgpkg: fsarchiver 0.6.17-2

- move binary to /usr/bin

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 06:29:54 UTC (rev 185199)
+++ PKGBUILD	2013-05-12 06:37:17 UTC (rev 185200)
@@ -5,22 +5,22 @@
 
 pkgname=fsarchiver
 pkgver=0.6.17
-pkgrel=1
-pkgdesc="A safe and flexible file-system backup and deployment tool"
+pkgrel=2
+pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('i686' 'x86_64')
-url="http://www.fsarchiver.org/"
+url='http://www.fsarchiver.org/'
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
   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