summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-splash/PKGBUILD
blob: ddad56b5f36f70d43637b76c54d0d85eb20d0b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
# Maintainer: Cecil Watson<knoppmyth@gmail.com>

pkgname=linhes-splash
pkgver=1
pkgrel=6
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)
source=('1024x768.cfg' 'Vera.ttf' 'background-800x600.png'  'verbose-1024x768.png' '800x600.cfg'  'Vera.copyright' 'background-1024x768.png' 'verbose-800x600.png')


build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/etc/splash/linhes/images
  #cp -a linhes $startdir/pkg/etc/splash
  for i in *
  do	
	  echo $i | grep -q .png
	  if [ $? = 0 ]
	  then
		  install -m755 $i $startdir/pkg/etc/splash/linhes/images/$i
	  else
		  install -m755 $i $startdir/pkg/etc/splash/linhes/$i
	  fi
  done
}
md5sums=('e520074194b131b8bf3a26407ed2a97c'
         '785d2fd45984c6548763ae6702d83e20'
         '06d45e5fc8edd7a64dcf770b30255c13'
         '494de2dfe1c88a29c4d353d1235ef12e'
         'd6d8cd091026d2d7d89ba554c1141c1e'
         '27d7484b1e18d0ee4ce538644a3f04be'
         '59790761918b1b09a55a0d39fc3d0560'
         'cdfc5dc166b4003c22e4c206d09e428c')