From 38414f44fd591e34c6be8817b6d342ec652810f5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 9 Feb 2016 13:26:25 -0300 Subject: expac-relative: remove package from [pcr] --- pcr/expac-relative/PKGBUILD | 49 --------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 pcr/expac-relative/PKGBUILD (limited to 'pcr/expac-relative/PKGBUILD') diff --git a/pcr/expac-relative/PKGBUILD b/pcr/expac-relative/PKGBUILD deleted file mode 100644 index 74e455942..000000000 --- a/pcr/expac-relative/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $ -# Maintainer (Arch): Dave Reisner -# Maintainer: Esteban Carnevale -# Maintainer: André Silva - -_pkgname=expac -pkgname=expac-relative -pkgver=4 -pkgrel=3.parabola1 -pkgdesc="pacman database extraction utility, with dbpath and config options support" -arch=('i686' 'x86_64' 'mips64el') -url="http://github.com/falconindy/expac" -license=('GPL') -conflicts=($_pkgname) -provides=($_pkgname) -depends=('pacman') -makedepends=('perl') -source=("http://code.falconindy.com/archive/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.sig} - '0001-fix-target-processing.patch' - '0002-conf-always-trim-the-key-name.patch') -md5sums=('5104ad808155e8d2d381d9282caf7bae' - 'SKIP' - '80433a259a4f5996520f42217b1896b8' - '879749918e1a4abef4c51e9f870c99e0') - -prepare() { - cd "$_pkgname-$pkgver" - - patch -Np1 < "$srcdir/0001-fix-target-processing.patch" - patch -Np1 < "$srcdir/0002-conf-always-trim-the-key-name.patch" - - sed '/\*\//q' expac.c >LICENSE -} - -build() { - cd "$_pkgname-$pkgver" - - make -} - -package() { - cd "$_pkgname-$pkgver" - - make PREFIX=/usr DESTDIR="$pkgdir" install - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" -} - -# vim: ft=sh syn=sh -- cgit v1.2.3-54-g00ecf