mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
nestopia: unbreak build (#1779)
This commit is contained in:
parent
1eb9da08ad
commit
4b403ddebf
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'nestopia'
|
# Template file for 'nestopia'
|
||||||
pkgname=nestopia
|
pkgname=nestopia
|
||||||
version=1.46.2
|
version=1.46.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="rdanbrook-nestopia-97eab76"
|
wrksrc="rdanbrook-nestopia-97eab76"
|
||||||
build_style=gnu-makefile
|
|
||||||
make_build_args="PREFIX=/usr"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL2-devel gtk+3-devel glu-devel libarchive-devel libao-devel"
|
makedepends="SDL2-devel gtk+3-devel glu-devel libarchive-devel libao-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -15,6 +13,9 @@ homepage="http://nestopia.sourceforge.net/"
|
||||||
distfiles="https://github.com/rdanbrook/nestopia/tarball/${version}>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/rdanbrook/nestopia/tarball/${version}>${pkgname}-${version}.tar.gz"
|
||||||
checksum=512a2158311fc081bfc7e217f378b44a3843fe01f34a37b29d32c01507f465c1
|
checksum=512a2158311fc081bfc7e217f378b44a3843fe01f34a37b29d32c01507f465c1
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC CXX=$CXX PREFIX=/usr ${makejobs}
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
mkdir -p ${DESTDIR}/usr/{bin,share/$pkgname}
|
mkdir -p ${DESTDIR}/usr/{bin,share/$pkgname}
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
|
|
Loading…
Add table
Reference in a new issue