Don't like ads? PRO users don't see any ads ;-)
Guest

ace of penguins 1.3

By: a guest on Jun 9th, 2010  |  syntax: None  |  size: 0.47 KB  |  hits: 138  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=ace-of-penguins
  2. _pkgname=ace
  3. pkgver=1.3
  4. pkgrel=1
  5. pkgdesc="A set of Unix/X solitaire games."
  6. arch=('i686' 'x86_64')
  7. url="http://www.delorie.com/store/ace/"
  8. license=('GPL')
  9. depends=('libx11' 'libxpm' 'libpng' 'zlib')
  10. source=(http://www.delorie.com/store/ace/$_pkgname-$pkgver.tar.gz)
  11. md5sums=('1bd11ed270342ad78ff4822c06c6a762')
  12.  
  13. build()
  14. {
  15.   cd "$srcdir/$_pkgname-$pkgver"
  16.  
  17.   ./configure --prefix=/usr
  18.   make || return 1
  19.   make DESTDIR="$pkgdir/" install
  20. }