r686 - crux-2.1/ports/opt/zsnes
Author: danielw Date: 2006-02-07 10:57:50 +0100 (Tue, 07 Feb 2006) New Revision: 686 Modified: crux-2.1/ports/opt/zsnes/.footprint crux-2.1/ports/opt/zsnes/Pkgfile Log: zsnes: Pkgfile formatting cleanup Modified: crux-2.1/ports/opt/zsnes/.footprint =================================================================== --- crux-2.1/ports/opt/zsnes/.footprint 2006-02-07 09:56:25 UTC (rev 685) +++ crux-2.1/ports/opt/zsnes/.footprint 2006-02-07 09:57:50 UTC (rev 686) @@ -6,7 +6,4 @@ -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/16x16x32.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 +-rw-r--r-- root/root usr/share/icons/zsnes64x64.png Modified: crux-2.1/ports/opt/zsnes/Pkgfile =================================================================== --- crux-2.1/ports/opt/zsnes/Pkgfile 2006-02-07 09:56:25 UTC (rev 685) +++ crux-2.1/ports/opt/zsnes/Pkgfile 2006-02-07 09:57:50 UTC (rev 686) @@ -10,10 +10,9 @@ build() { cd ${name}_1_42/src - ./configure --prefix=/usr + ./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 + 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