CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
0verkill: removed not needed port
[attic/ports/opt-cross.git] / binarix / Pkgfile
CommitLineData
6556e7f5
VM
1# Description: matrix styled linux console locker
2# URL: http://raffi.at/view/code/binarix
3# Maintainer: Jose V Beneyto, sepen at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5# Depends on: glibc ncurses
6
7name=binarix
8version=0.2a
9release=1
10source=(http://raffi.at/code/$name-$version.tar.gz)
11
12build() {
13 cd $name
14 sed "s|gcc |$CC |" -i Makefile
15 make CFLAGS="$CFLAGS"
16 install -d $PKG/usr/bin
17 make PREFIX=$PKG/usr install
18}