1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: chochem <chochem@gmail.com>
10 pkgdesc="rungetty takes command of a virtual console and runs any program on it."
12 url="http://linux.maruhn.com/sec/rungetty.html"
16 source=(ftp://ftp.gnome.org/mirror/ubuntu/pool/universe/r/rungetty/${pkgname}_${pkgver}.tar.gz)
17 md5sums=('acca2a8a6a06b1474e199c30cf556b9c')
20 cd "$srcdir/$pkgname-$pkgver"
22 mv Makefile Makefile.old
23 sed -e s/\$\(ROOT\)/pkg/g Makefile.old > Makefile