contrib/myththemes/Pkgfile

24 lines
506 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +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
2006-11-14 00:01:22 +01:00
name=myththemes
version=0.19
release=1
source=(http://www.mythtv.org/mc/$name-$version.tar.bz2)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
./configure --prefix=$PKG/usr
qmake $name.pro
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
mkdir -p $PKG/usr
make INSTALL_ROOT=$PKG/usr install
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
chown root:root $PKG
2006-11-14 00:01:22 +01:00
}