contrib/myththemes/Pkgfile
2006-11-20 07:26:53 +10:00

24 lines
506 B
Plaintext

# Description: Homebrew PVR Project themes.
# URL: http://www.mythtv.org/
# Maintainer: James Mills prologic at shortcircuit 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
}