contrib/cedega/Pkgfile

18 lines
450 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/
2008-02-08 14:44:09 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: 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-07-16 18:45:53 +02:00
version=6.0.2
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
}