diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-06-30 05:27:53 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-06-30 05:27:53 (GMT) |
commit | 3ea388eb421881811585997ae691083dd996733e (patch) | |
tree | 42c611e4ccda468096b2ddce331c3118a77b1cf0 /abs/core-testing/LinHES-timezone/PKGBUILD | |
parent | a29645d170a3e116cfeaa959176494333f356d3c (diff) | |
download | linhes_pkgbuild-3ea388eb421881811585997ae691083dd996733e.zip linhes_pkgbuild-3ea388eb421881811585997ae691083dd996733e.tar.gz linhes_pkgbuild-3ea388eb421881811585997ae691083dd996733e.tar.bz2 |
linhes-config: remove timezone.bin linhes-timezone: add pkgbuild for timezone.bin. mdbtools: needed to build linhes-timezone added to base-devel
Diffstat (limited to 'abs/core-testing/LinHES-timezone/PKGBUILD')
-rw-r--r-- | abs/core-testing/LinHES-timezone/PKGBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-timezone/PKGBUILD b/abs/core-testing/LinHES-timezone/PKGBUILD new file mode 100644 index 0000000..b97a01b --- /dev/null +++ b/abs/core-testing/LinHES-timezone/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 23123 2009-01-03 02:43:02Z kevin $ +# Maintainer: Greg Frost <gregfrost1@bigpond.com> +pkgname=linhes-timezone +pkgver=1 +pkgrel=1 +pkgdesc="GUI timezone selector used by LinHES-config." +arch=i686 +depends=() +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' + 'b35602b7330c32a472223b22d95a1d6c') |