contrib/myththemes/Pkgfile

23 lines
482 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
# 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
}