contrib/myththemes/Pkgfile
2008-04-11 21:10:07 +10:00

24 lines
495 B
Plaintext

# Description: Homebrew PVR Project themes.
# URL: http://www.mythtv.org/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: qt3
name=myththemes
version=0.19
release=1
source=(http://www.mythtv.org/mc/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$PKG/usr
qmake $name.pro
mkdir -p $PKG/usr
make INSTALL_ROOT=$PKG/usr install
chown root:root $PKG
}