You are not logged in.

#1 2010-11-22 14:22:17

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

[Request] piklab 0.15.10, for Arch64 too [Done, PKGBUILD here)

Hello,
anybody can pick up this program?
Better if it compile also on 64bit architecture tongue

I've tried some patch to the previous PKGBUILD, but I'm short of know-how sad

EDIT

I found the solution myself and I packed up for my own use on Arch64.
Whose like to try it should take a good care that everything will go smoothly.

F

Last edited by TheSaint (2010-11-26 15:03:18)


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2010-11-22 23:46:57

BaconPie
Member
Registered: 2010-08-11
Posts: 209

Re: [Request] piklab 0.15.10, for Arch64 too [Done, PKGBUILD here)

Same, I'd like this too!

Compiling from source fails because I can't get some KDE development libraries or something...

Offline

#3 2010-11-23 18:02:29

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] piklab 0.15.10, for Arch64 too [Done, PKGBUILD here)

I think it would be rather hard to get it work.
It could be the time  to go deep into the program and try to port it to the newer KDE.
However any resume it will be highly appreciated

EDIT
There was an oversight OOOPS sad

EDIT2
I resolve it smile smile smile

# Contributor: 
# Maintainer:
pkgname=piklab
pkgver=0.15.10
pkgrel=1
pkgdesc="IDE applications based on Microchip PIC and dsPIC microcontrollers similar to MPLAB"
url="http://piklab.sourceforge.net/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('kdelibs3' 'hicolor-icon-theme')
install=
source=("http://downloads.sourceforge.net/project/$pkgname/newest%20release/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('21afd675a35a991f4b33562965504e0f')

build() {
  cd $srcdir/$pkgname-$pkgver
  mkdir build && cd build
  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        .. || return 1
  make || return 1
}
 
package() {
  cd $srcdir/$pkgname-$pkgver/build
  make DESTDIR=$pkgdir install
}

Now testing the piklab tongue tongue

F

Last edited by TheSaint (2010-11-26 14:59:49)


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB