You are not logged in.

#1 2005-05-12 08:04:06

kmaster
Member
From: Saskatoon SK
Registered: 2004-10-16
Posts: 13

klibido problems

If you have problems getting klibido to compile, use this uudeview pkgbuild.

# Maintainer: kmaster <kmaster12@sasktel.net>
pkgname=uudeview
pkgver=0.5.20
pkgrel=1
pkgdesc="UUDeview is a program that helps you transmit and receive binary files over the Internet"
url="http://www.fpx.de/fp/Software/UUDeview/"
license="GPL"
depends=('tcl' 'tk' 'x-server')
source=("http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz")
md5sums=('0161abaec3658095044601eae82bbc5b')

build() {
  mkdir -p $startdir/pkg/usr/include
  mkdir -p $startdir/pkg/usr/lib
  cd $startdir/src/$pkgname-$pkgver/
  ./configure --prefix=$startdir/pkg/usr

make DESTDIR=$startdir/pkg/usr install || return 1
cp $startdir/src/$pkgname-$pkgver/uulib/uu*.h $startdir/pkg/usr/include
cp $startdir/src/$pkgname-$pkgver/uulib/libuu.a $startdir/pkg/usr/lib
}

Offline

#2 2007-05-28 07:20:44

cesman
Member
Registered: 2007-05-28
Posts: 6

Re: klibido problems

Thanks!  I was building my own package under Duke but was having issues with the package building.  Unfortunately, your PKGBUILD doesn't work with Duke.  Here is mine for Duke:

pkgname=uudeview
pkgver=0.5.20
pkgrel=1
pkgdesc="A program that helps you transmit and receive binary files over the Int
ernet."
arch=(i686 x86_64)
url="http://www.fpx.de/fp/Software/UUDeview/"
license=('GPL')
depends=()
makedepends=('gcc')
provides=('uudeview' 'uuenview' 'uulib')
conflicts=()
replaces=()
backup=()
install=
source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
noextract=()
md5sums=('0161abaec3658095044601eae82bbc5b')
build() {
  mkdir -p $startdir/pkg/usr/include
  mkdir -p $startdir/pkg/usr/lib
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/$startdir/pkg/usr
  make || return 1
  make DESTDIR=$startdir/pkg/usr install
  cp $startdir/src/$pkgname-$pkgver/uulib/uu*.h $startdir/pkg/usr/include
  cp $startdir/src/$pkgname-$pkgver/uulib/libuu.a $startdir/pkg/usr/lib
}

Offline

#3 2007-05-28 09:29:35

kmaster
Member
From: Saskatoon SK
Registered: 2004-10-16
Posts: 13

Re: klibido problems

This has been a long time coming.

  I love Arch.  Don't get me wrong, it is one of the best distros i've used ever, and i'm still using it now.  However, I am not in a position to keep maintaining packages in AUR anymore.  It's not that I can't do it, far from it.  I am capable of doing the work, it's just that I am unwilling to deal with people who don't test that a package works properly without ruling out that fact that it might be THEIR system that is the problem and not my PKGBUILD.  I started out as a newbie too, but I have found that as my knowledge has increased, my patience for the newbies has decreased.  I am smart and wise enough to know when it is time to walk away, and now is that time.  So without anymore being said, it is now that time.  I am abandoning my AUR PKGBUILDS and hoping that they will either be adopted, or put into community.  KLibido has enough votes to be there, and I hope one of the TU's will take it over. 

This is a big thank you to the community at large.  I needed this community in the beginning, and still need it now.  I am just no longer capable of contributing as much as I should.  It's better I should walk away from my contributions before I offend anyone.  Better that then end up with you all hating me for the things I say.

I tested the uudeview PKGBUILD on my system with KLibido and it works fine.  Enough said.

Offline

#4 2007-06-23 22:09:54

tanis
Member
From: Poland / Waterloo, ON, Canada
Registered: 2007-04-21
Posts: 259

Re: klibido problems

I have modified klibido's PKGBUILD. The problem with uudeview is now fixed and it is not necessary to use modified uudeview PKGBUILD.

Last edited by tanis (2007-06-23 22:12:01)

Offline

Board footer

Powered by FluxBB