diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/partimage/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/partimage/PKGBUILD')
-rw-r--r-- | community/partimage/PKGBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD deleted file mode 100644 index f3cecc40a..000000000 --- a/community/partimage/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# $Id: PKGBUILD 92035 2013-05-31 00:06:34Z seblu $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Roman Kyrylych <roman@archlinux.org> -# Contributor: Sven Kauber <celeon@gmail.com> -# Contributor: tardo <tardo@nagi-fanboi.net> -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=partimage -pkgver=0.6.9 -pkgrel=4 -pkgdesc='Partition Image saves partitions in many formats to an image file.' -arch=('i686' 'x86_64') -url='http://www.partimage.org/' -license=('GPL') -depends=('libnewt' 'lzo' 'bzip2' 'openssl') -backup=('etc/partimaged/partimagedusers') -install='partimage.install' -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - 'partimage-0.6.9-zlib-1.2.6.patch' - 'partimaged-gencrt' - 'partimaged.service') -md5sums=('1bc046fd915c5debbafc85729464e513' - '202c4334766041d98c5f67c9d62c3063' - '2316b116227b07efb48266e660ca1ba1' - '5f8dae511cdfbf097409a45e9642a372') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../partimage-0.6.9-zlib-1.2.6.patch - - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam - make - make pamfile -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - install -Dm0644 partimaged.pam "${pkgdir}/etc/pam.d/partimaged" - install -Dm0755 "${srcdir}/partimaged-gencrt" "${pkgdir}/usr/bin/partimaged-gencrt" - chmod 644 "${pkgdir}/etc/partimaged/partimagedusers" - - install -Dm0755 ../partimaged.service "${pkgdir}/usr/lib/systemd/system/partimaged.service" -} |