summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 17:37:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 17:37:48 -0300
commit12eb1745c80473b78502a4fba65c54ee9cb560d2 (patch)
tree5692e66216e72585d9034d4ce7d42a9350e7d856
parent5035e42b8394e28791b1627a41051a769d209954 (diff)
downloadabslibre-12eb1745c80473b78502a4fba65c54ee9cb560d2.tar.gz
abslibre-12eb1745c80473b78502a4fba65c54ee9cb560d2.tar.bz2
abslibre-12eb1745c80473b78502a4fba65c54ee9cb560d2.zip
abs-parabola: add parabola suffix for the package
-rw-r--r--libre/abs-parabola/PKGBUILD (renamed from libre/abs/PKGBUILD)14
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/abs/PKGBUILD b/libre/abs-parabola/PKGBUILD
index ea4a19643..7f8d12340 100644
--- a/libre/abs/PKGBUILD
+++ b/libre/abs-parabola/PKGBUILD
@@ -1,29 +1,31 @@
# $Id: PKGBUILD 215815 2014-06-30 16:27:03Z fyan $
# Maintainer (Arch): Allan McRae <allan@archlinux.org>
-pkgname=abs
+_pkgname=abs
+pkgname=abs-parabola
pkgver=2.4.4
pkgrel=2
pkgdesc="Utilities to download and work with the Arch Build System (ABS), with Parabola repos support"
arch=('i686' 'x86_64' 'mips64el')
url="http://projects.archlinux.org/abs.git/"
license=('GPL')
-replaces=('abs-libre')
-conflicts=('abs-libre')
+replaces=('abs' 'abs-libre')
+conflicts=('abs' 'abs-libre')
+provides=('abs')
depends=('bash' 'rsync')
backup=(etc/abs.conf)
-source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(ftp://ftp.archlinux.org/other/abs/${_pkgname}-${pkgver}.tar.gz{,.sig})
md5sums=('7258c739a93e02a4f31f114e9fc3b0ba'
'a628f7d5b1cd1e838366b88709690c24')
build() {
- cd "$pkgname-$pkgver"
+ cd "$_pkgname-$pkgver"
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd "$_pkgname-$pkgver"
make DESTDIR="${pkgdir}" install