ports/opt (2.4): zsnes: removed from repository
commit fc0df84148ed66a05ecad6e73483357c25e4f4e5 Author: Simone Rota <sip@crux.nu> Date: Mon Feb 11 10:35:30 2008 +0100 zsnes: removed from repository diff --git a/zsnes/.footprint b/zsnes/.footprint deleted file mode 100644 index bdb65aa..0000000 --- a/zsnes/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/zsnes -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/zsnes.1.gz -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/icons/ --rw-r--r-- root/root usr/share/icons/zsnes64x64.png diff --git a/zsnes/.md5sum b/zsnes/.md5sum deleted file mode 100644 index 1379360..0000000 --- a/zsnes/.md5sum +++ /dev/null @@ -1 +0,0 @@ -328071775f88f7c3b9fdb94176e5e417 zsnes151src.tar.bz2 diff --git a/zsnes/Pkgfile b/zsnes/Pkgfile deleted file mode 100644 index 98991f3..0000000 --- a/zsnes/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: An open-source Super Nintendo emulator. -# URL: http://www.zsnes.com/ -# Maintainer: Simone Rota, sip at crux dot nu -# Depends on: libsdl - -name=zsnes -version=1.51 -release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/${name}151src.tar.bz2) - -build() { - cd ${name}_1_51/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 -}
participants (1)
-
crux@crux.nu