
korrode
By: a guest on
Aug 16th, 2010 | syntax:
None | size: 0.62 KB | hits: 106 | expires: Never
# Contributor: Robert McCathie <archaur at rmcc dot com dot au>
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
pkgname=shc
pkgver=3.8.7
pkgrel=1
pkgdesc="A generic shell script compiler"
url="http://www.datsi.fi.upm.es/~frosal/frosal.html"
license="GPL"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
arch=('i686')
install=
source=(http://critical.ch/distfiles/${pkgname}-${pkgver}.tgz)
md5sums=('6057436b4f00b2e0dbf5d364263d822e')
build() {
cd $startdir/src/$pkgname-$pkgver
make
install -D -s shc $startdir/pkg/usr/bin/shc
install -D -m 644 shc.1 $startdir/pkg/usr/man/man1/shc.1
}