summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
commit60a11f87366fdfbd114cdc91ff813518858e5f8d (patch)
treed033f4a5a08a99ff07ac631677fb119dff3abba8 /libre/parabolaweb-utils
parent35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff)
Tue Feb 18 01:50:28 UTC 2014
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r--libre/parabolaweb-utils/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
deleted file mode 100644
index 69ae3fbd3..000000000
--- a/libre/parabolaweb-utils/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=(parabolaweb-utils parabolaweb-dev)
-pkgver=20140117
-pkgdesc="Utilities for managing the parabolaweb website application"
-url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/"
-license=('GPL2')
-
-# The commit to get dependency info for
-# Bump pkgrel if updating this is the only change
-_parabolaweb_commit=86f1ed1ecc94a6a298eb3f690155b03bf013ca78
-
-pkgrel=1
-epoch=1
-arch=('any')
-
-source=(
- "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
- "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}"
-)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- prod_file="file://${srcdir}/requirements_prod-${_parabolaweb_commit}.txt" make
-}
-
-package_parabolaweb-utils() {
- cd "$srcdir/$pkgbase-$pkgver"
- depends=($(< depends.txt))
- backup=('etc/conf.d/parabolaweb')
- make install DESTDIR="$pkgdir"
-}
-
-package_parabolaweb-dev() {
- cd "$srcdir/$pkgbase-$pkgver"
- pkgdesc="Depends on packages needed to develop parabolaweb"
- depends=($(sed -r -e 's/\s*#.*//' depends_make.txt))
-}
-
-md5sums=('4543e360c0f5ecbfa3a4a51b2bd9131d'
- '4ed35e37e52f6b8607733c692702d319')