summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-06 16:55:27 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-06 16:55:27 -0500
commitfe11b3202f42438b286fed7452db4c95ff9c6d48 (patch)
treec34366593cd9314358d510743892aabb60adf6ce /~lukeshu
parent30462d285dae2fc3425052ccb85c3e2d6a974265 (diff)
mv ~lukeshu/stow pcr/ # and update it
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/stow/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/~lukeshu/stow/PKGBUILD b/~lukeshu/stow/PKGBUILD
deleted file mode 100644
index 24a2dcb1c..000000000
--- a/~lukeshu/stow/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=stow
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A program for managing the installation of software packages, keeping them separate while making them appear to be installed in the same place."
-arch=(any)
-url="https://www.gnu.org/software/$pkgname/"
-license=('GPL2')
-depends=('perl>=5.6.1')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('82857e43531cf6936aed99ef3b86b446')