diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/LinHES-timezone/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/LinHES-timezone/PKGBUILD')
-rw-r--r-- | abs/core-testing/LinHES-timezone/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core-testing/LinHES-timezone/PKGBUILD b/abs/core-testing/LinHES-timezone/PKGBUILD deleted file mode 100644 index e819965..0000000 --- a/abs/core-testing/LinHES-timezone/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 23123 2009-01-03 02:43:02Z kevin $ -# Maintainer: Greg Frost <gregfrost1@bigpond.com> -pkgname=LinHES-timezone -pkgver=1 -pkgrel=9 -pkgdesc="GUI timezone selector used by LinHES-config." -arch=i686 -depends=() -makedepends=(mdbtools) -source=(Makefile - Tux.csv - WorldTZ_102.zip - create_map_include.c - extract_map_data.c - linhes_timezone.c) - -build() { - cd ${srcdir} - make - MVDIR=$startdir/pkg/usr/MythVantage - mkdir -p $MVDIR/bin - install -m 0755 linhes_timezone $MVDIR/bin/timezone.bin -} - -md5sums=('53976e51e938c555f84b43c933339051' - '0710658b3b46cc659f56260c03b904ed' - '0d9e51af5f650dd329edce4531c42a58' - 'c01e2335603d8395004e32bae9060fde' - 'b20bd68272644f607fbfe7d50e7be42a') |