opt/zsnes/Pkgfile

19 lines
525 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: An open-source Super Nintendo emulator.
# URL: http://www.zsnes.com/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libsdl
name=zsnes
version=1.42
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/${name}142src.tar.gz)
build() {
cd ${name}_1_42/src
./configure --prefix=/usr
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 linux/$name.1 $PKG/usr/man/man1/$name.1
install -D -m 0644 icons/64x64x32.png $PKG/usr/share/icons/${name}64x64.png
}