2006-10-24 15:36:15 -05:00
|
|
|
# Description: TransGaming's flagship Linux portability product
|
|
|
|
# URL: http://www.transgaming.com/
|
2008-02-09 00:44:09 +11:00
|
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
|
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
2007-04-17 08:39:20 -05:00
|
|
|
# Depends on: alsa-lib, pygtk, dbus-python
|
2006-10-24 15:36:15 -05:00
|
|
|
|
|
|
|
name=cedega
|
2007-07-16 11:45:53 -05:00
|
|
|
version=6.0.2
|
2006-10-24 15:36:15 -05:00
|
|
|
release=1
|
|
|
|
source=(file:///$name-small-$version.tgz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cp -a $SRC/* $PKG/
|
2007-04-17 08:39:20 -05:00
|
|
|
rm -rf $PKG/usr/share/{doc,gnome} \
|
|
|
|
$PKG/opt $PKG/etc
|
|
|
|
mv $PKG/usr/share/man $PKG/usr/
|
2006-10-24 15:36:15 -05:00
|
|
|
}
|