New package: dolphin-emu-4.0.1.
This commit is contained in:
parent
11b50e97f7
commit
3a01ff1adb
1 changed files with 27 additions and 0 deletions
27
srcpkgs/dolphin-emu/template
Normal file
27
srcpkgs/dolphin-emu/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'dolphin-emu'
|
||||
pkgname=dolphin-emu
|
||||
version=4.0.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="
|
||||
zlib-devel glew-devel libusb-devel gtk+-devel miniupnpc-devel>=1.8
|
||||
SDL2-devel pulseaudio-devel alsa-lib-devel ffmpeg-devel>=2.1 libgomp-devel
|
||||
libopenal-devel soundtouch-devel lzo-devel desktop-file-utils"
|
||||
short_desc="A Gamecube / Wii / Triforce emulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://dolphin-emu.org"
|
||||
distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.xz"
|
||||
checksum=9ee1cbb671ff45b1d9300f5d726787ccdf06214d0b82c91587890a9bcd3a49c5
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.a
|
||||
}
|
||||
|
||||
dolphin-emu_package() {
|
||||
depends="desktop-file-utils"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue