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

korrode

By: a guest on Aug 16th, 2010  |  syntax: None  |  size: 0.62 KB  |  hits: 106  |  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. # Contributor: Robert McCathie <archaur at rmcc dot com dot au>
  2. # Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
  3.  
  4. pkgname=shc
  5. pkgver=3.8.7
  6. pkgrel=1
  7. pkgdesc="A generic shell script compiler"
  8. url="http://www.datsi.fi.upm.es/~frosal/frosal.html"
  9. license="GPL"
  10. depends=()
  11. makedepends=()
  12. conflicts=()
  13. replaces=()
  14. backup=()
  15. arch=('i686')
  16. install=
  17. source=(http://critical.ch/distfiles/${pkgname}-${pkgver}.tgz)
  18. md5sums=('6057436b4f00b2e0dbf5d364263d822e')
  19.  
  20. build() {
  21.   cd $startdir/src/$pkgname-$pkgver
  22.   make
  23.   install -D -s shc $startdir/pkg/usr/bin/shc
  24.   install -D -m 644 shc.1 $startdir/pkg/usr/man/man1/shc.1
  25. }