Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
xiongchiamiov committed Sep 18, 2009
0 parents commit ae78807
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python-easygui/PKGBUILD
@@ -0,0 +1,18 @@
# Maintainer: James Pearson <james.m.pearson+arch@gmail.com>

pkgname=python-easygui
pkgver=0.93
pkgrel=1
pkgdesc="A module for very simple, very easy GUI programming in Python"
url="http://easygui.sourceforge.net"
license=('CCPL')
arch=('i686' 'x86_64')
depends=('python')
makedepends=('setuptools')
source=(http://easygui.sourceforge.net/current_version/easygui_v$pkgver.tar.gz)
md5sums=('764af8a7121751289284957133244867')

build() {
mkdir -p $startdir/pkg$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
cp easygui.py $startdir/pkg$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
}

0 comments on commit ae78807

Please sign in to comment.