[arch-commits] Commit in directfb/repos (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Sun Apr 28 06:23:12 UTC 2013


    Date: Sunday, April 28, 2013 @ 08:23:11
  Author: eric
Revision: 89220

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  directfb/repos/community-staging-i686/
  directfb/repos/community-staging-i686/PKGBUILD
    (from rev 89219, directfb/trunk/PKGBUILD)
  directfb/repos/community-staging-x86_64/
  directfb/repos/community-staging-x86_64/PKGBUILD
    (from rev 89219, directfb/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: directfb/repos/community-staging-i686/PKGBUILD (from rev 89219, directfb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-28 06:23:11 UTC (rev 89220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: directfb/repos/community-staging-x86_64/PKGBUILD (from rev 89219, directfb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-28 06:23:11 UTC (rev 89220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list