1
0
forked from ports/opt

zsnes: Pkgfile formatting cleanup

This commit is contained in:
Daniel Walpole 2006-02-07 09:57:50 +00:00
parent aab7f0c691
commit 08e04370a8
2 changed files with 5 additions and 9 deletions

View File

@ -6,7 +6,4 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/zsnes.1.gz -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/
drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/
-rw-r--r-- root/root usr/share/icons/16x16x32.png -rw-r--r-- root/root usr/share/icons/zsnes64x64.png
-rw-r--r-- root/root usr/share/icons/32x32x32.png
-rw-r--r-- root/root usr/share/icons/48x48x32.png
-rw-r--r-- root/root usr/share/icons/64x64x32.png

View File

@ -10,10 +10,9 @@ source=(http://dl.sourceforge.net/sourceforge/$name/${name}142src.tar.gz)
build() { build() {
cd ${name}_1_42/src cd ${name}_1_42/src
./configure --prefix=/usr ./configure --prefix=/usr
make make
mkdir -p $PKG/usr/{bin,share/icons,man/man1} install -D -m 0755 $name $PKG/usr/bin/$name
install -m 0755 zsnes $PKG/usr/bin install -D -m 0644 linux/$name.1 $PKG/usr/man/man1/$name.1
install -m 0644 linux/zsnes.1 $PKG/usr/man/man1 install -D -m 0644 icons/64x64x32.png $PKG/usr/share/icons/${name}64x64.png
install -m 0644 icons/*.png $PKG/usr/share/icons
} }