updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / pythophotopod / PKGBUILD
blob3d73f9211ed29430aba898528d78a48c3856947a
1 # Contributor: mrgreen.linuxuser@gmail.com
2 # pkgbuild written by the Snowman ;-)
4 pkgname=pythophotopod
5 pkgver=0.3.0
6 pkgrel=1
7 pkgdesc="a GUI for Linux synchronizing photos and photo albums with your iPod with a color display"
8 url="http://pythophotopod.sourceforge.net/"
9 depends=('python' 'pygtk' 'gtk2')
10 source=(http://dl.sourceforge.net/sourceforge/pythophotopod/pythoPhotoPod-$pkgver.tar.gz)
11 md5sums=('a3a833b8b041c67e9f612c3092b6eadf')
13 build() {
14 cd $startdir/src/pythoPhotoPod-$pkgver
15 make include_dirs=-I/usr/include/python2.4 || return 1
16 install -D -m755 src/pythoPhotoPod.py $startdir/pkg/usr/bin/pythoPhotoPod.py
17 install -d $startdir/pkg/usr/lib/python2.4/site-packages/libPythoPhotoPod/
18 install -D -m755 src/photoPodThumbC.so $startdir/pkg/usr/lib/python2.4/site-packages/libPythoPhotoPod/photoPodThumbC.so
19 install -m644 src/*.pyc $startdir/pkg/usr/lib/python2.4/site-packages/libPythoPhotoPod
20 install -d $startdir/pkg/usr/share
21 cp -r src/pixmaps $startdir/pkg/usr/share/