summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2013-04-28 06:22:36 +0000
committersvntogit2013-04-28 06:22:36 +0000
commit1ce36c1d1efb3a451b01cd97bf2e0bfc7236e9ba (patch)
treefedb11978d1c65aedddd672264015914d2e13f25
parent25589e04cb61e9b5945dae395730ffb2972aecdf (diff)
downloadaur-1ce36c1d1efb3a451b01cd97bf2e0bfc7236e9ba.tar.gz
upgpkg: directfb 1.6.3-2
Rebuild against libpng 1.6 git-svn-id: file:///srv/repos/svn-community/svn@89219 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a94e09b52480..82032b991b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = directfb
pkgdesc = A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device
pkgver = 1.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.directfb.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7f09b9d9abf5..685eb63ae2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=directfb
pkgver=1.6.3
-pkgrel=1
+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"
@@ -15,7 +15,7 @@ source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${
sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
build() {
- cd "${srcdir}/DirectFB-${pkgver}"
+ cd DirectFB-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --enable-static \
--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
--enable-video4linux2 --enable-voodoo
@@ -23,6 +23,6 @@ build() {
}
package() {
- cd "${srcdir}/DirectFB-${pkgver}"
+ cd DirectFB-${pkgver}
make DESTDIR="${pkgdir}" install
}