diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-01-09 13:47:51 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-01-09 13:47:51 +0000 |
commit | 7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch) | |
tree | 5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/eiciel | |
parent | 46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff) |
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/eiciel')
-rw-r--r-- | community/eiciel/PKGBUILD | 29 | ||||
-rw-r--r-- | community/eiciel/eiciel.install | 11 |
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 -} |