mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/directfb to 1.7.5-1
This commit is contained in:
parent
2d7e385655
commit
56ce7f22cb
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
# - disable mesa, add rules for our architectures
|
# - disable mesa, add rules for our architectures
|
||||||
|
|
||||||
pkgname=directfb
|
pkgname=directfb
|
||||||
pkgver=1.7.1
|
pkgver=1.7.5
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
|
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')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.directfb.org"
|
url="http://www.directfb.org"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
|
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
|
||||||
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
|
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
|
||||||
sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
|
sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd DirectFB-${pkgver}
|
cd DirectFB-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue