You are not logged in.

#1 2007-06-10 02:58:44

joe
Member
From: Folsom, CA
Registered: 2004-07-27
Posts: 51
Website

AMD CodeAnalyst

I tried to get this working, but I'm absolutely horrible when it comes to creating PKGBUILDs, or getting things installed properly, for that matter.

Any help would be very much appreciated.  More appreciated would be someone putting this in the AUR.

http://developer.amd.com/calinux.jsp

Offline

#2 2007-06-10 09:36:01

dale77
Member
From: Down under
Registered: 2007-02-10
Posts: 102
Website

Re: AMD CodeAnalyst

I had a stab, but the install on this one wants to play with groups and do stuff in /var/lib etc... The PKGBUILD below builds on my system, but there's a bit more to do for the install. Perhaps someone else can take it further.

pkgname=codeanalyst
pkgver=2.6.22
pkgrel=1
pkgdesc="AMD CodeAnalyst™ Performance Analyzer for Linux"
arch=(i686)
url="http://developer.amd.com/calinux.jsp"
license=('custom')
depends=('libelf' 'popt' 'qt')
source=(http://gfs.austindev.com/amd/CodeAnalyst/CodeAnaylystLinux_2.6.22.tar.gz)
md5sums=('2fcddfa8bae60277183fa30c8a7c0678')

build() {
  cd $startdir/src/CodeAnaylystLinux_2.6.22
  ./autogen.sh
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Last edited by dale77 (2007-06-10 09:36:50)

Offline

Board footer

Powered by FluxBB