updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / quickly / PKGBUILD
blob5efb61f895bded39f519cb2f0d60092404990d58
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Gordon JC Pearce <gordon@gjcp.net>
7 pkgname=quickly
8 pkgver=0.2.6
9 pkgrel=1
10 pkgdesc="A framework for building pygtk apps quickly"
11 arch=(i686)
12 url="https://wiki.ubuntu.com/Quickly"
13 license=('GPL')
14 depends=(glade gedit desktopcouch)
15 makedepends=('python-distutils-extra>=2.1.0')
17 # https://launchpad.net/ubuntu/karmic/+source/quickly/0.2.6/+files/quickly_0.2.6.tar.gz
18 source=(https://launchpad.net/ubuntu/karmic/+source/$pkgname/$pkgver/+files/${pkgname}_${pkgver}.tar.gz)
19 noextract=()
20 md5sums=() #generate with 'makepkg -g'
22 build() {
23   cd "$srcdir/$pkgname"
25   python setup.py install --root=$startdir/pkg || return 1
26   #./configure --prefix=/usr
27   #make || return 1
28   #make DESTDIR="$pkgdir/" install
31 # vim:set ts=2 sw=2 et:
32 md5sums=('00e8165787060810f1e5267b58d1e70b')