updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / sl / PKGBUILD
blob9f1adba4da66c7e3f23e9f0420de167ba460bdf5
1 # Contributor: Jakub Luzny <limoto94@gmail.com>
2 pkgname=sl
3 pkgver=3.03
4 pkgrel=4
5 pkgdesc='SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".'
6 arch=(i686 x86_64)
7 url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
8 license=('unknown')
9 depends=('ncurses')
10 provides=()
11 source=(http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/sl.tar)
12 md5sums=('cc06b159f78f86bfd2d4e0e16330fbae')
14 build() {
15         cd "$srcdir/sl"
17         cc $CFLAGS -o sl sl.c -lcurses
18         gzip -9 -f sl.1
20         install -Dm 775 sl "$pkgdir/usr/bin/sl"
21         install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
24 #category: games
25 # vim:set ts=2 sw=2 et: