zsnes: Pkgfile formatting cleanup
This commit is contained in:
parent
aab7f0c691
commit
08e04370a8
zsnes
@ -6,7 +6,4 @@ 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/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
|
||||
|
@ -10,10 +10,9 @@ source=(http://dl.sourceforge.net/sourceforge/$name/${name}142src.tar.gz)
|
||||
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user