You are not logged in.

#1 2005-05-03 11:50:47

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

[req] PIMPPA, I can't build it myself :(

I've been trying to build a package for PIMPPA for a while now, but the configure-script craps out on me:

checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking for mysql_config... yes
checking for mysql_connect in -lmysqlclient... no
configure: error: Need mysqlclient library!

I've installed the mysql pkg from the repos, aswell as all the other deps (I've made PKGBUILDs for them and put them up at the AUR).

Could someone please try and build this pkg? Here's my PKGBUILD so far:

pkgname=pimppa
pkgver=0.5.7
pkgrel=
pkgdesc="PIMPPA is a tool to loot binaries from newsgroups (and ftp sites, but the ftp support is probably deprecated)."
url="http://pimppa.sourceforge.net/"
groups=
provides=
depends=('mysql>=4.0.0' 'suck>=4.3.2' 'uudeview>=0.5.19')
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr 
  make || return 1
  make prefix=$startdir/pkg/usr install
}
md5sums=('cc9c885ec52cbd9419503c1b49331f81')

Check the AUR for PKGBUILDs to the deps.

Thx in advance.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

Board footer

Powered by FluxBB