Date: Thursday, March 24, 2016 @ 15:19:11
  Author: jsteel
Revision: 168244

archrelease: copy trunk to community-testing-any

Added:
  clonezilla/repos/community-testing-any/
  clonezilla/repos/community-testing-any/PKGBUILD
    (from rev 168243, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-testing-any/usrbin.patch
    (from rev 168243, clonezilla/trunk/usrbin.patch)

--------------+
 PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 usrbin.patch |   13 +++++++++++++
 2 files changed, 44 insertions(+)

Copied: clonezilla/repos/community-testing-any/PKGBUILD (from rev 168243, 
clonezilla/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2016-03-24 14:19:11 UTC (rev 168244)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.20.21
+pkgrel=1
+pkgdesc="ncurses partition and disk imaging/cloning program"
+arch=('any')
+url="http://clonezilla.org";
+license=('GPL2')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+         'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
+         'xz' 'pixz' 'lzop')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+        usrbin.patch)
+md5sums=('4bc18375fae387f0e4204befb4f3a9ff'
+         'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install  
+}

Copied: clonezilla/repos/community-testing-any/usrbin.patch (from rev 168243, 
clonezilla/trunk/usrbin.patch)
===================================================================
--- community-testing-any/usrbin.patch                          (rev 0)
+++ community-testing-any/usrbin.patch  2016-03-24 14:19:11 UTC (rev 168244)
@@ -0,0 +1,13 @@
+--- Makefile.orig      2013-05-30 17:42:49.851418658 +0100
++++ Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+       # install exec files
+-      install -d ${DESTDIR}/usr/
+-      cp -a sbin bin ${DESTDIR}/usr/
++      install -d ${DESTDIR}/usr/bin
++      cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+       # install setup dir
+       install -d $(DESTDIR)/$(SHAREDIR)/

Reply via email to