diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-02-18 21:40:54 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-02-18 21:40:54 (GMT) |
commit | 173be7a324bcd856138d8b97fea6bf20ead35a5a (patch) | |
tree | 02fe7957f9eaa4e2863e6495bbc65e3509157752 /abs | |
parent | d58d84a6536bca6a625e11a7b37ee02a93dac3d8 (diff) | |
download | linhes_pkgbuild-173be7a324bcd856138d8b97fea6bf20ead35a5a.zip linhes_pkgbuild-173be7a324bcd856138d8b97fea6bf20ead35a5a.tar.gz linhes_pkgbuild-173be7a324bcd856138d8b97fea6bf20ead35a5a.tar.bz2 |
no mythcontrols in SVN
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/mythtv/trunk/mythcontrols/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythcontrols/PKGBUILD b/abs/core-testing/mythtv/trunk/mythcontrols/PKGBUILD deleted file mode 100644 index f4d6da6..0000000 --- a/abs/core-testing/mythtv/trunk/mythcontrols/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -pkgname=mythcontrols-svn -pkgver=16153 -pkgrel=5 -pkgdesc="Experimental controls for MythTV" -url="http://www.mythtv.org" -arch=('i686') -depends=('mythtv'-svn) -conflicts=('mythtv-plugins-svn') -groups=('mythtv-all-plugins-svn') -license="GPL" -source=() -_svntrunk=http://cvs.mythtv.org/svn/trunk/mythplugins -_svnmod=mythplugins - - -build() { - cd $startdir/src/ - echo svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - cd $startdir/src/mythplugins -PLUGIN=mythcontrols -grep -q programs-libs.pro $PLUGIN/$PLUGIN/$PLUGIN.pro -if [ $? != 0 ] -then - echo "include ( ../../programs-libs.pro )" >> $PLUGIN/$PLUGIN/$PLUGIN.pro - msg "appending program lib" - fi - make distclean - ./configure --disable-all --enable-opengl --enable-mythcontrols - - make -j 2 || return 1 - - make INSTALL_ROOT=$startdir/pkg install -} - |