1
0
forked from ports/opt
opt/zsnes/Pkgfile

21 lines
579 B
Plaintext
Raw Normal View History

2005-11-17 02:11:43 +00:00
# $Id: Pkgfile,v 1.8 2005/10/30 05:03:32 danielw Exp $
# 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
mkdir -p $PKG/usr/{bin,share/icons,man/man1}
install -m 0755 zsnes $PKG/usr/bin
install -m 0644 linux/zsnes.1 $PKG/usr/man/man1
install -m 0644 icons/*.png $PKG/usr/share/icons
}