You are not logged in.
Pages: 1
# 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
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
ill try that...
Its a sick world we live in....
Offline
Pages: 1