diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 00:52:39 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 00:52:39 +0100 |
commit | 4529806b37d7e15ea64d7217d27b027c62cc7b6e (patch) | |
tree | 6cc8594658afd36774ce023e2a515906b72531aa /pcr | |
parent | e67f59756736c72f5da007fcd0a5e1f33389302a (diff) | |
download | abslibre-4529806b37d7e15ea64d7217d27b027c62cc7b6e.tar.gz abslibre-4529806b37d7e15ea64d7217d27b027c62cc7b6e.tar.bz2 abslibre-4529806b37d7e15ea64d7217d27b027c62cc7b6e.zip |
pcr/gna-unrar: unbuilt and unloved. removed
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gna-unrar/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/gna-unrar/PKGBUILD b/pcr/gna-unrar/PKGBUILD deleted file mode 100644 index 0da97c7f2..000000000 --- a/pcr/gna-unrar/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -# Note: This is related to unrar-free on AUR. If AUR:unrar-free comes -# to Parabola, it should be as "gna-unrar-cvs", as the AUR package -# builds the latest version from CVS (2007; 0.0.1 is from 2004). - -_pkgname=unrar -pkgname=gna-unrar -pkgver=0.0.1 -url=http://home.gna.org/unrar/ -license=(GPL) -source=(http://download.gna.org/$_pkgname/$_pkgname-$pkgver.tar.gz) -md5sums=('ac284a6739e3b8c794e7f9e8c20ed8f8') - -pkgrel=1 -arch=(i686 x86_64) - -provides=(unrar) -replaces=(unrar) -conflicts=(unrar) - -build() { - cd "$srcdir/$_pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - make install DESTDIR="$pkgdir" -} |