ports/opt (2.3): scummvm: updated to use make install and install themes, thanks Tilman
commit 52455a0ff9a600798f0142dcc14b3da5e44107f4 Author: Matt Housh <jaeger@crux.nu> Date: Sun Apr 8 12:31:39 2007 -0500 scummvm: updated to use make install and install themes, thanks Tilman diff --git a/scummvm/.footprint b/scummvm/.footprint index e163e91..a68c6af 100644 --- a/scummvm/.footprint +++ b/scummvm/.footprint @@ -1,6 +1,13 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/scummvm +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man6/ +-rw-r--r-- root/root usr/man/man6/scummvm.6.gz drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/icons/ --rw-r--r-- root/root usr/share/icons/scummvm.xpm +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/scummvm.xpm +drwxr-xr-x root/root usr/share/scummvm/ +drwxr-xr-x root/root usr/share/scummvm/themes/ +-rw-r--r-- root/root usr/share/scummvm/themes/modern.ini +-rw-r--r-- root/root usr/share/scummvm/themes/modern.zip diff --git a/scummvm/Pkgfile b/scummvm/Pkgfile index b8104a2..69dc8c9 100644 --- a/scummvm/Pkgfile +++ b/scummvm/Pkgfile @@ -5,13 +5,17 @@ name=scummvm version=0.9.1 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) build() { cd $name-$version - ./configure + ./configure --prefix=/usr make - install -D -m 0755 $name $PKG/usr/bin/$name - install -D -m 0644 icons/$name.xpm $PKG/usr/share/icons/$name.xpm + make DESTDIR=$PKG install + + install -d $PKG/usr/share/scummvm/themes + install -m 0644 gui/themes/* $PKG/usr/share/scummvm/themes + + rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu