summaryrefslogtreecommitdiff
path: root/community/eiciel
diff options
context:
space:
mode:
Diffstat (limited to 'community/eiciel')
-rw-r--r--community/eiciel/PKGBUILD29
-rw-r--r--community/eiciel/eiciel.install11
2 files changed, 0 insertions, 40 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
-}
diff --git a/community/eiciel/eiciel.install b/community/eiciel/eiciel.install
deleted file mode 100644
index 80312d4a6..000000000
--- a/community/eiciel/eiciel.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}