You are not logged in.

#1 2007-07-25 04:08:56

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

bitrock PKGBUILD help

# Contributor: sickhate <vivid@tux-linux.net.com>
pkgname=bitrock
pkgver=4.5.2
pkgrel=1
pkgdesc="BitRock InstallBuilder allows you to create easy-to-use multiplatform installers."
arch=('i686')
url="http://bitrock.com/"
license=('GPL')
provides=('bitrock')
depends=('gtk2')
replaces=('bitrock')
source=('http://bitrock.com/installbuilder-enterprise-4.5.2-linux-installer.bin' 'bitrock.desktop')
md5sums=('82f728a40c1546f67ed78b8970bbb976' '25da9b1ec3b39a6f18c0249f34287cc4')

build() {
  cd "$startdir/src/"
  chmod +x installbuilder-enterprise-$pkgver-linux-installer.bin
  ./installbuilder-enterprise-$pkgver-linux-installer.bin --mode unattended --prefix /opt/bitrock
  install -D $startdir/src/bitrock.desktop ${startdir}/pkg/usr/share/applications/bitrock.desktop
}


well as you see the package is installed on the system and not the pkg/ directory, the problm is when i install it on pkg the bin wont execute, can any one give some help or tip?


Its a sick world we live in....

Offline

#2 2007-07-25 07:05:32

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: bitrock PKGBUILD help

what do you mean the bin won't exec~? (command nto found?) ;;; this might be the issue '--prefix /opt/bitrock' ;; teh files are beign installed into /opt/bitrock ,, and btw, that needs to be '--prefix /usr' i'm sure bitrock doesn't qualify for the opt

provides=('bitrock') && pkgname=bitrock ?, were you intending to change the name?

Offline

#3 2007-07-25 08:05:18

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: bitrock PKGBUILD help

ill try that...


Its a sick world we live in....

Offline

Board footer

Powered by FluxBB