summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-splash/PKGBUILD
blob: db29493140740b89855c11744c99609f325e6d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
# Maintainer: Cecil Watson<knoppmyth@gmail.com>

pkgname=linhes-splash
pkgver=1
pkgrel=4
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
}