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

Jonathan Steel jsteel at archlinux.org
Wed Apr 15 20:48:28 UTC 2015


    Date: Wednesday, April 15, 2015 @ 22:48:27
  Author: jsteel
Revision: 131447

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  partclone/repos/community-staging-i686/
  partclone/repos/community-staging-i686/PKGBUILD
    (from rev 131446, partclone/trunk/PKGBUILD)
  partclone/repos/community-staging-x86_64/
  partclone/repos/community-staging-x86_64/PKGBUILD
    (from rev 131446, partclone/trunk/PKGBUILD)

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

Copied: partclone/repos/community-staging-i686/PKGBUILD (from rev 131446, partclone/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-04-15 20:48:27 UTC (rev 131447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+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=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
+
+build() {
+  cd $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 $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: partclone/repos/community-staging-x86_64/PKGBUILD (from rev 131446, partclone/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-04-15 20:48:27 UTC (rev 131447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+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=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
+
+build() {
+  cd $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 $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list