[arch-commits] Commit in partclone/repos (6 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Mar 1 05:37:17 UTC 2014


    Date: Saturday, March 1, 2014 @ 06:37:16
  Author: bisson
Revision: 106363

db-move: moved partclone from [community-staging] to [community-testing] (i686, x86_64)

Added:
  partclone/repos/community-testing-i686/
  partclone/repos/community-testing-i686/PKGBUILD
    (from rev 106362, partclone/repos/community-staging-i686/PKGBUILD)
  partclone/repos/community-testing-x86_64/
  partclone/repos/community-testing-x86_64/PKGBUILD
    (from rev 106362, partclone/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  partclone/repos/community-staging-i686/
  partclone/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: partclone/repos/community-testing-i686/PKGBUILD (from rev 106362, partclone/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-03-01 05:37:16 UTC (rev 106363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org"
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir"/ install
+}

Copied: partclone/repos/community-testing-x86_64/PKGBUILD (from rev 106362, partclone/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-03-01 05:37:16 UTC (rev 106363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org"
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir"/ install
+}




More information about the arch-commits mailing list