1 # $Id: PKGBUILD 58838 2011-11-18 19:57:04Z ebelanger $
2 # Contributor: Roman Kyrylych <roman@gmail.com>
3 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
8 pkgdesc="GNOME file ACL editor"
10 url="http://rofi.roger-ferrer.org/eiciel/"
12 depends=('acl' 'gtkmm3' 'nautilus' 'desktop-file-utils' 'gnome-vfs')
14 install=eiciel.install
15 # the source for 0.9.8.1 is no longer found upstream
16 #source=(http://rofi.roger-ferrer.org/eiciel/download/${pkgname}-${pkgver}.tar.bz2)
17 source=(https://launchpad.net/ubuntu/+archive/primary/+files/eiciel_0.9.8.1.orig.tar.bz2)
18 md5sums=('2c9c459f0604ce03ec49bb425cc42681')
21 cd "${srcdir}/${pkgname}-${pkgver}"
22 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
27 cd "${srcdir}/${pkgname}-${pkgver}"
28 make DESTDIR="${pkgdir}" install