summaryrefslogtreecommitdiff
path: root/cedega/Pkgfile
blob: 91651ca2e45bb80c5ad26b0753692c65b2b99ae4 (plain)
    1 # Description: TransGaming's flagship Linux portability product
    2 # URL: http://www.transgaming.com/
    3 # Maintainer: Lucas Hazel, lucas at die dot net dot au
    4 # Packager: Matt Housh, jaeger at morpheus dot net
    5 # Depends on: alsa-lib, pygtk, dbus-python
    6 
    7 name=cedega
    8 version=6.0.2
    9 release=1
   10 source=(file:///$name-small-$version.tgz)
   11 
   12 build() {
   13 	cp -a $SRC/* $PKG/
   14 	rm -rf $PKG/usr/share/{doc,gnome} \
   15 		$PKG/opt $PKG/etc
   16 	mv $PKG/usr/share/man $PKG/usr/
   17 }

Generated by cgit