summaryrefslogtreecommitdiff
path: root/community/eiciel/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/eiciel/PKGBUILD
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/eiciel/PKGBUILD')
-rw-r--r--community/eiciel/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/eiciel/PKGBUILD b/community/eiciel/PKGBUILD
deleted file mode 100644
index d4a03681c..000000000
--- a/community/eiciel/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 58840 2011-11-18 19:58:05Z ebelanger $
-# Contributor: Roman Kyrylych <roman@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=eiciel
-pkgver=0.9.8.1
-pkgrel=1
-pkgdesc="GNOME file ACL editor"
-arch=('i686' 'x86_64')
-url="http://rofi.roger-ferrer.org/eiciel/"
-license=('GPL')
-depends=('acl' 'gtkmm3' 'nautilus' 'desktop-file-utils' 'gnome-vfs')
-options=('!libtool')
-install=eiciel.install
-# the source for 0.9.8.1 is no longer found upstream
-#source=(http://rofi.roger-ferrer.org/eiciel/download/${pkgname}-${pkgver}.tar.bz2)
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/eiciel_0.9.8.1.orig.tar.bz2)
-md5sums=('2c9c459f0604ce03ec49bb425cc42681')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}