diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-18 11:58:30 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-18 11:58:30 -0200 |
commit | e28c22b3aa33f1243d096dfd3b7da6ce7760a144 (patch) | |
tree | 3306d7a3261092a14fadaa5eebe1254069ed7f5b /pcr/stow | |
parent | 3605270bdc98b3d4ac973eead454c2dcd6d24072 (diff) |
remove packages that has been released as Arch official package
Diffstat (limited to 'pcr/stow')
-rw-r--r-- | pcr/stow/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/stow/PKGBUILD b/pcr/stow/PKGBUILD deleted file mode 100644 index a3024b7e9..000000000 --- a/pcr/stow/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -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') |