You are not logged in.

#1 2010-03-07 12:01:04

LukynZ
Member
From: Ostrava, Czech Republic
Registered: 2008-11-13
Posts: 122

Help with making of the PKGBUILD

Hello,

I wanted to make PKGBUILD for this app http://qt-apps.org/content/show.php/Rap … tent=87456

this is what I made

pkgname=rapid-down
pkgver=0.5.0
pkgrel=1
pkgdesc="Rapidshare Downloader is a simple application that allows you to download your files from Rapidshare.com"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rapid-down/"
license=('GPL')
depends=('qt>=4' 'wget')
makedepends=('make')
source=(http://rapid-down.googlecode.com/files/rapid-down-$pkgver.tar.gz)

md5sums=('9563877da9c2b2c6b69f273a8a216d5e')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  qmake || return 1
  make || return 1
  make DESTDIR=$pkgdir install || return 1
}

however this looks like make install doesnt work there...this app has some own installation script and this is where I am stopped and I have no idea how continue. I am not so skilled in this. I hoped that it will be the easy one sad Can anyone skilled check this and help me out? I think this app is something missing for KDE.

Offline

#2 2010-03-13 17:54:30

LukynZ
Member
From: Ostrava, Czech Republic
Registered: 2008-11-13
Posts: 122

Re: Help with making of the PKGBUILD

Ok, I finally made it smile Well it was not so hard. I reached next level big_smile

http://aur.archlinux.org/packages.php?ID=35438

Last edited by LukynZ (2010-03-13 17:54:44)

Offline

#3 2010-03-13 21:54:42

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: Help with making of the PKGBUILD

Level eight powers, to you my friend. <o>


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

Board footer

Powered by FluxBB