contrib/cedega/Pkgfile

17 lines
395 B
Plaintext
Raw Normal View History

2006-10-24 22:36:15 +02:00
# Description: TransGaming's flagship Linux portability product
# URL: http://www.transgaming.com/
# Maintainer: Matt Housh, jaeger at morpheus dot net
2007-04-17 15:39:20 +02:00
# Depends on: alsa-lib, pygtk, dbus-python
2006-10-24 22:36:15 +02:00
name=cedega
2007-04-17 15:39:20 +02:00
version=6.0
2006-10-24 22:36:15 +02:00
release=1
source=(file:///$name-small-$version.tgz)
build() {
cp -a $SRC/* $PKG/
2007-04-17 15:39:20 +02:00
rm -rf $PKG/usr/share/{doc,gnome} \
$PKG/opt $PKG/etc
mv $PKG/usr/share/man $PKG/usr/
2006-10-24 22:36:15 +02:00
}