change build() to package() in PKGBUILD, otherwise makepkg will exit with an error.
Search Criteria
Package Details: samuel 0.1.8-3
Package Actions
| Package Base: | samuel |
|---|---|
| Description: | An open source Draughts Game for Linux |
| Upstream URL: | http://johncheetham.com/projects/samuel/ |
| Category: | games |
| Licenses: | |
| Submitter: | archtux |
| Maintainer: | archtux |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2009-09-09 22:15 |
| Last Updated: | 2013-09-21 19:39 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by maandree
Comment by kfgz
You must edit PKGBUILD for python2 compatibilty. Change
depends=('gtk' 'pygtk' 'python')
python setup.py install --root $pkgdir
to
depends=('gtk' 'pygtk' 'python2')
python2 setup.py install --root $pkgdir