Advertisement
Guest User

linux-fusion

a guest
Jun 18th, 2010
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Contributor: bountykiller <masse.nicolas@gmail.com>
  2. # Contributor: Georgios N. Tsalikis <aliverius@tsalikis.net>
  3.  
  4. pkgname=linux-fusion
  5. pkgver=8.1.1
  6. pkgrel=1
  7. pkgdesc="Kernel module providing the IPC for DirectFB multi-app, FusionSound & FusionDale"
  8. arch=(i686 x86_64)
  9. url="http://www.directfb.org"
  10. license="GPL2"
  11. depends=('kernel26')
  12. install=$pkgname.install
  13. source=(http://www.directfb.org/downloads/Core/$pkgname/$pkgname-$pkgver.tar.gz 30-fusion.rules)
  14. md5sums=('54f3f3026c689220fe7df10d5c2e12f3'
  15. 'db4fee6ec77914c47cdaf5d945faf84d')
  16. build () {
  17. cd $startdir/src/$pkgname-$pkgver/
  18. make -e SYSROOT=/
  19. make -e SYSROOT=/ DESTDIR=$startdir/pkg install
  20. install -D -m644 $srcdir/30-fusion.rules $startdir/pkg/etc/udev/rules.d/30-fusion.rules
  21. cd $startdir/pkg/lib/modules/`uname -r`/
  22. rm modules.* #AFAIK these are useless and does contains nothing
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement