contrib/myththemes/Pkgfile
2007-01-20 12:21:06 +10:00

24 lines
508 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
}