updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / python-nautilus / PKGBUILD
blob24f65b206b9a6e2729b0d6a646dda60f51b2dbc5
1 # Maintaner: Giorgio Gilestro <giorgio@gilest.ro>
2 pkgname=python-nautilus
3 pkgver=1.1
4 pkgrel=2
5 pkgdesc="Python binding for Nautilus components"
6 arch=('i686' 'x86_64')
7 url="http://projects.gnome.org/nautilus-python/"
8 license="GPL"
9 #makedepends=('pkgconfig' 'gnome-python' )
10 depends=('nautilus' 'python2-gobject')
11 optdepends=('python2-gconf: required for open-terminal and background-image examples')
12 options=('!libtool' '!emptydirs')
13 source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-python/${pkgver}/nautilus-python-${pkgver}.tar.bz2)
14 sha256sums=('c5144e01ce09a6d4227cb9156973f9b955367fb2af423c3416ce76d9f1df95a9')
15 build() {
16   export PYTHON=python2
17   cd "$srcdir/nautilus-python-$pkgver"
19   ./configure --prefix=/usr
20   make
23 package() {
24   cd "$srcdir/nautilus-python-$pkgver"
25   make DESTDIR="$pkgdir" install