From 9e696ec09095446172c1455e1e5784dc540ddf51 Mon Sep 17 00:00:00 2001 From: James Mills Date: Mon, 20 Nov 2006 07:26:53 +1000 Subject: Pkgfile cleanup; s/\t/ /g --- myththemes/Pkgfile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'myththemes') diff --git a/myththemes/Pkgfile b/myththemes/Pkgfile index 2c7bde7dc..95155647f 100644 --- a/myththemes/Pkgfile +++ b/myththemes/Pkgfile @@ -1,8 +1,9 @@ -# 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 +# 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 @@ -10,13 +11,13 @@ release=1 source=(http://www.mythtv.org/mc/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=$PKG/usr - qmake $name.pro + ./configure --prefix=$PKG/usr + qmake $name.pro - mkdir -p $PKG/usr - make INSTALL_ROOT=$PKG/usr install + mkdir -p $PKG/usr + make INSTALL_ROOT=$PKG/usr install - chown root:root $PKG + chown root:root $PKG } -- cgit v1.2.3