pnegre / python-whiteboard

Linux whiteboard in python
http://wiki.github.com/pnegre/python-whiteboard/
GNU General Public License v2.0
117 stars 23 forks source link

Help to create an archlinux package (aur) #8

Closed jbreizh closed 11 years ago

jbreizh commented 12 years ago

hello, i try to make create a PKGBUILD for archlinux. python-whiteboard actualy work on my 2 computers (32 and 64 bit), but i want to propose my PKGBUILD on aur for every arch user.

Maintainer: Your Name youremail@domain.com

pkgname=python-whiteboard pkgver=1.0.2 pkgrel=1 epoch= pkgdesc="Build and operate an electronic whiteboard using gnu/linux, a wiimote and an IR pen.." arch=(i686 x86_64) url="http://github.com/pnegre/python-whiteboard" license=('GPL2') groups=() depends=("python2" "python2-numpy" "python2-pyqt" "python-xlib" "python-pybluez") makedepends=() checkdepends=() optdepends=() provides=('python-whiteboard') conflicts=() replaces=() backup=() options=() install= changelog= source=(http://mathsecaillou.ile.nc/data/documents/$pkgname-$pkgver.tar.gz) noextract=() md5sums=(177d570d56eede5123a6f02b22c06375)

build() { cd "$srcdir/$pkgname-$pkgver" make all }

package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }

This PKGBUILD work but i have issues with the "source" item:

I see that you have this request already by a gentoo user, but if you can propose a a tar.gz download, it would be very useful for non debian user. If you follow my source link, you will find one (python2 modification + debian folder erase). Maybe an other solution could be a fork, but it's your baby and i m not a developper just an user.

Thanks for your great work jb

jbreizh commented 12 years ago

sorry the link: http://mathsecaillou.ile.nc/data/documents/python-whiteboard-1.0.2.tar.gz