opt/zsnes/Pkgfile

19 lines
510 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/
2006-10-09 20:29:47 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libsdl
name=zsnes
2007-07-18 23:20:31 +02:00
version=1.51
2006-02-23 16:26:10 +01:00
release=1
2007-07-18 23:20:31 +02:00
source=(http://dl.sourceforge.net/sourceforge/$name/${name}151src.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2007-07-18 23:20:31 +02:00
cd ${name}_1_51/src
2006-02-23 16:26:10 +01:00
./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
}