From fe11b3202f42438b286fed7452db4c95ff9c6d48 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Dec 2013 16:55:27 -0500 Subject: mv ~lukeshu/stow pcr/ # and update it --- pcr/stow/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pcr/stow/PKGBUILD (limited to 'pcr') diff --git a/pcr/stow/PKGBUILD b/pcr/stow/PKGBUILD new file mode 100644 index 000000000..a3024b7e9 --- /dev/null +++ b/pcr/stow/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Luke Shumaker + +pkgname=stow +pkgver=2.2.0 +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=(https://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=('902564d502975f353d3b0514a21863b1') -- cgit v1.2.3-2-g168b