You are not logged in.

#1 2005-03-30 22:22:35

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

[new] whiteBOX-0.5

PKGBUILD

pkgname=whitebox
archivename=whiteBOX
pkgver=0.5
pkgrel=1
pkgdesc="whiteBOX is a configuration tool for the blackbox window manager. It features a menu editor, a style editor, a background tool, and a keybinding tool."
url="http://whitebox.sourceforge.net/"
groups=
provides=
depends=('gtk>=1.2.0')
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://belnet.dl.sourceforge.net/sourceforge/$pkgname/$archivename-$pkgver.tar.bz2)
md5sums=('86778d1d045cedf6720df29e8342117b')

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

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

Offline

#2 2005-07-08 23:14:23

bravo90078
Member
Registered: 2005-04-22
Posts: 18

Re: [new] whiteBOX-0.5

==> Making package: whitebox 0.5-1 (Fri Jul  8 19:14:26 EDT 2005)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Using local copy of whiteBOX-0.5.tar.bz2
==> Validating source files with MD5sums
        whiteBOX-0.5.tar.bz2 ... Passed
==> Extracting Sources...
==> tar --use-compress-program=bzip2 -xf whiteBOX-0.5.tar.bz2
==> Removing existing pkg/ directory...
==> Starting build()...
loading cache ./config.cache
configure: error: can not find install-sh or install.sh in . ./.. ./../..
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Am I doing something wrong? I got the abs tree.. and I'm logged in as root...

Offline

#3 2005-07-08 23:25:42

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [new] whiteBOX-0.5

I'm working on it...
Try this one. I fixed the links bugs and added some dependencies.:

pkgname=whitebox
archivename=whiteBOX
pkgver=0.5
pkgrel=1
pkgdesc="whiteBOX is a configuration tool for the blackbox window manager. It features a menu editor, a style editor, a background tool, and a keybinding tool."
url="http://whitebox.sourceforge.net/"
groups=
provides=
depends=('gtk>=1.2.0' 'gdk-pixbuf' 'bash')
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$archivename-$pkgver.tar.bz2)
md5sums=('86778d1d045cedf6720df29e8342117b')

build() {
  cd $startdir/src/$archivename-$pkgver
  rm install-sh mkinstalldirs
  ln -s /usr/share/automake-1.9/install-sh install-sh
  ln -s /usr/share/automake-1.9/mkinstalldirs mkinstalldirs
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
} 

Offline

Board footer

Powered by FluxBB