1 # Contributor: legolas558 <legolas558_at_users.sourceforge.net> 2009-10-23
2 # Contributor: nightfrost <khashayar_naderehvandi@yahoo.co.uk>
7 pkgdesc="A tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets"
9 url="http://915resolution.mango-lang.org/"
10 license=('PublicDomain')
12 backup=(etc/conf.d/915resolution)
13 source=(http://915resolution.mango-lang.org/$pkgname-$pkgver.tar.gz 915resolution.rc.d 915resolution.conf.d)
14 md5sums=('ed287778a53d02c31a7a6a52bc146291' '4a5e9f60ba800883b361c9bb64ee0220' '4df864a584173398f79293014766d575')
17 cd $startdir/src/$pkgname-$pkgver
20 install -D -m755 915resolution $startdir/pkg/usr/sbin/915resolution
21 install -m755 dump_bios $startdir/pkg/usr/sbin
22 install -D -m755 ../915resolution.rc.d $startdir/pkg/etc/rc.d/915resolution
23 install -D -m644 ../915resolution.conf.d $startdir/pkg/etc/conf.d/915resolution
24 install -D -m644 LICENSE.txt $startdir/pkg/usr/share/licenses/915resolution/LICENSE.txt