1 # Contributor: robb_force <robb_force@holybuffalo.net>
6 pkgdesc="A ROM management tool and library that can use ClrMamePro dat files or a MAME executable."
7 url="http://mamory.sourceforge.net/"
10 depends=('expat' 'libtool')
11 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('778f5e5c5be93fb0dfb1f3246e2df203')
15 cd ${startdir}/src/${pkgname}-${pkgver}
16 ./configure --prefix=/usr || return 1
18 make DESTDIR=${startdir}/pkg install