New package: openmsx-0.9.1.
This commit is contained in:
parent
36a9063fb0
commit
d203973937
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'openmsx'
|
||||
pkgname=openmsx
|
||||
version=0.9.1
|
||||
revision=1
|
||||
short_desc="The MSX emulator that aims for perfection"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://openmsx.sourceforget.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=06b82dd7a06baa52ce3aa96545b28103328258e472bd5d99254f4af17492f33e
|
||||
|
||||
makedepends="pkg-config python SDL-devel glew-devel libao-devel
|
||||
libtheora-devel libvorbis-devel libpng-devel libxml2-devel
|
||||
SDL_ttf-devel tcl-devel"
|
||||
|
||||
do_build() {
|
||||
sed -i 's@\(SYMLINK_FOR_BINARY:=\)true@\1false@' build/custom.mk
|
||||
sed -i 's@\(INSTALL_BASE:=\)/opt/openMSX@\1/usr/share/openmsx@' build/custom.mk
|
||||
echo 'INSTALL_DOC_DIR:=/usr/share/doc/openmsx' >> build/custom.mk
|
||||
echo 'INSTALL_SHARE_DIR:=/usr/share/openmsx' >> build/custom.mk
|
||||
echo 'INSTALL_BINARY_DIR:=/usr/bin' >> build/custom.mk
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
Loading…
Reference in New Issue