summaryrefslogtreecommitdiff
path: root/libre/debhelper/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-08 22:41:34 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-08 22:41:34 -0200
commit43bb0ac45e3a55ad741f583318c0ea1edbb06b0a (patch)
treee6c0387985c84671f698cacc425a5e71e79d19c0 /libre/debhelper/PKGBUILD
parentaa55ef6181956a308635f4c6f9103a890b879488 (diff)
parent3a5380856fae97f3358dc00522656c9f1fc26187 (diff)
downloadabslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.tar.gz
abslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.tar.bz2
abslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/debhelper/PKGBUILD')
-rw-r--r--libre/debhelper/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/libre/debhelper/PKGBUILD b/libre/debhelper/PKGBUILD
deleted file mode 100644
index 60ff8f267..000000000
--- a/libre/debhelper/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer (AUR): Antoine Lubineau <antoine@lubignon.info>
-# Contributor (AUR): Andrei "Garoth" Thorp <garoth@gmail.com>
-# Contributor (Parabola): Luke Shumaker <lukeshu@sbcglobal.net>
-
-_debrepo=http://ftp.debian.org/debian/pool/main/ # Debian Sid
-debfile() { echo -n "$_debrepo"; echo -n "$@"|sed -r 's@(.).*@\1/&@'; }
-
-pkgname=debhelper
-pkgver=9.20120322
-pkgrel=1
-pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
-arch=('any')
-url="http://packages.debian.org/${pkgname}"
-license='GPL3'
-depends=('binutils' 'dpkg' 'file' 'html2text' 'man-db' 'perl')
-makedepends=('po4a')
-source=(`debfile ${pkgname}`/${pkgname}_$pkgver.tar.gz)
-
-build() {
- cd "$srcdir/$pkgname"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums=('9ea56782e6396a59ec49f45f9c4a603f')