1 # Contributor: Leandro Chescotta <leandro.chescotta@gmail.com>
5 pkgdesc="CXmame is a simple console based frontend for xmame, written in C using the ncurses library"
7 url="http://yeeking.net/cxmame/"
17 install=cxmame.install
18 source=(http://yeeking.net/cxmame/files/$pkgname-$pkgver.src.tar.bz2)
20 md5sums=('b8242450d947db73e35bcb602a71cba7') #generate with 'makepkg -g'
23 cd "$srcdir/$pkgname-$pkgver"
24 # correct location of install in the Makefile
25 sed -i 's/\/usr\/bin\/install/\/bin\/install/' Makefile
26 # create intended target directory
27 install -m755 -d $pkgdir/usr/bin
30 make INSTALL_DIR=$pkgdir/usr/bin install || return 1