You are not logged in.
As part of my continuing efforts to create a package for Clanbomber2, I have written PKGBUILDS for DirectFB and FusionSound that work for me.
DirectFB:
pkgname=directfb
pkgver=0.9.20
pkgrel=1
pkgdesc=" DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device."
url="http://www.directfb.org"
license=""
depends=()
makedepends=('freetype2' 'libjpeg' 'libpng' 'zlib')
conflicts=()
replaces=()
backup=()
install=$pkgname.install
source=(http://www.directfb.org/download/DirectFB/DirectFB-$pkgver.tar.gz)
md5sums=('e42e8ae43f0ad873643f73cc0a9ae7d0')
build() {
cd $startdir/src/DirectFB-$pkgver
ac_cv_header_linux_wm97xx_h=no ./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
FusionSound:
pkgname=fusionsound
pkgver=0.9.19
pkgrel=1
pkgdesc="FusionSound is part of DirectFB"
url="http://www.directfb.org"
license=""
depends=()
makedepends=('directfb')
conflicts=()
replaces=()
backup=()
install=$pkgname.install
source=(http://www.directfb.org/download/FusionSound/FusionSound-$pkgver.tar.gz)#
md5sums=('433214d60e7a1147103abf55717f2f80')
build() {
cd $startdir/src/FusionSound-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Let me know if you give them a try and how you get on
Precompiled packages can be downloaded:
DirectFB
FusionSound
Offline
am I right in thinking that if i want to submit these for inclusion in the distro then I simply have to put the files (package, PKGBUILD and filelist) in the incoming directory of ftp.archlinux.org?
Offline
See this thread: http://bbs.archlinux.org/viewtopic.php?t=8132
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline