summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes_splash
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-13 07:09:31 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-13 07:09:31 (GMT)
commit3072a45d28f327289052af04017838474d3c08ce (patch)
tree1f132cea8dbb4609939c66efaac5d39d41e0c400 /abs/core-testing/linhes_splash
parentf12a6cbacd922d319e673e10c2abac0435bd8934 (diff)
downloadlinhes_pkgbuild-3072a45d28f327289052af04017838474d3c08ce.zip
linhes_pkgbuild-3072a45d28f327289052af04017838474d3c08ce.tar.gz
linhes_pkgbuild-3072a45d28f327289052af04017838474d3c08ce.tar.bz2
Initial LinHES fbsplash theme.
Diffstat (limited to 'abs/core-testing/linhes_splash')
-rw-r--r--abs/core-testing/linhes_splash/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core-testing/linhes_splash/PKGBUILD b/abs/core-testing/linhes_splash/PKGBUILD
new file mode 100644
index 0000000..ed7d67e
--- /dev/null
+++ b/abs/core-testing/linhes_splash/PKGBUILD
@@ -0,0 +1,17 @@
+# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
+# Maintainer: Cecil Watson<knoppmyth@gmail.com>
+
+pkgname=linhes-splash
+pkgver=1
+pkgrel=1
+pkgdesc="FBSplash theme for LinHES."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://linhes.org/"
+source=(ftp://ftp.knoppmyth.net/R6/sources/linhes_splash.tar.bz2)
+
+build() {
+ cd $startdir/src/
+ mkdir -p $startdir/pkg/etc/splash
+ cp -a linhes $startdir/pkg/etc/splash
+}