From ada15bcc35ffaf0683e7eb3a6fb18130f643171f Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sun, 6 Sep 2015 01:06:20 -0300 Subject: mv gna-unrar to [pcr], due it's not support RARv3 --- libre/gna-unrar/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 libre/gna-unrar/PKGBUILD (limited to 'libre/gna-unrar') diff --git a/libre/gna-unrar/PKGBUILD b/libre/gna-unrar/PKGBUILD deleted file mode 100644 index c29b72408..000000000 --- a/libre/gna-unrar/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Luke Shumaker - -# 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" -} -- cgit v1.2.3