summaryrefslogtreecommitdiff
path: root/libre/chroottools/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-05-07 22:24:50 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-05-07 22:24:50 -0300
commitc2f0205881eddc0f4647fd82b1b77611ff81fc32 (patch)
tree33e1251493c2c0eceb017f4ecd7ccca88a0b667c /libre/chroottools/PKGBUILD
parentda483892765a9334d375a500f05a4431ee928e15 (diff)
parent63122e4078971bc5f0ef4f84e48c9838deb56082 (diff)
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/chroottools/PKGBUILD')
-rw-r--r--libre/chroottools/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/chroottools/PKGBUILD b/libre/chroottools/PKGBUILD
deleted file mode 100644
index 55a7e165f..000000000
--- a/libre/chroottools/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=chroottools
-pkgver=20121202
-pkgdesc='Chroot tools for Arch and Parabola package maintainers'
-url='https://projects.parabolagnulinux.org/packages/chroottools.git/'
-license=('GPL')
-
-pkgrel=2
-arch=('any')
-conflicts=(devtools)
-depends=(
- 'arch-install-scripts' # for pacstrap, used to make chroots
- 'curl' # used by checkpkg
-)
-source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar")
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-md5sums=('68bb7fb792c55031ad68a970b65ab793')