1
0
forked from ports/opt

scummvm: 0.8.0 -> 0.8.1

This commit is contained in:
Daniel Walpole 2006-02-07 09:59:01 +00:00
parent 08e04370a8
commit 4cac737b8d
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
56bfbcfbe5adde42a2a9e3d6dc3d9068 scummvm-0.8.0.tar.bz2
5bd17d15e9efab68c29479d2724a6b46 scummvm-0.8.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec
name=scummvm
version=0.8.0
version=0.8.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
@ -12,7 +12,6 @@ build() {
cd $name-$version
./configure
make
mkdir -p $PKG/usr/{bin,share/icons}
install -m 0755 scummvm $PKG/usr/bin/
install -m 0644 scummvm.xpm $PKG/usr/share/icons
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 $name.xpm $PKG/usr/share/icons/$name.xpm
}