You are not logged in.

#1 2008-04-27 20:14:08

das.t
Member
Registered: 2007-10-20
Posts: 8

adopted package: idjc

hi there,

as i am a heavy user of idjc (and compile it anyway once there is a new version) plus i am now trying out archlinux i simply adopted that orphaned package.
it would be nice if you could check it and give me some feedback. i added only very little changes to the already existing pkgbuild-file.
i had one problem: this proggie built only with root access as it requires write access to /usr/share/idjc/ - i think this is something i will have to look into.

let's see how this works out.

tobias aka das.t

Offline

#2 2008-04-27 20:34:15

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: adopted package: idjc

# Contributor: Tobias Luther <tobias [at] tonstrom [dot] de>

pkgname=idjc
pkgver=0.7.5
pkgrel=1
pkgdesc="internet dj concole shout- and icecast streaming program"
arch=(i686 x86_64)
url="http://www.onlymeok.nildram.co.uk"
depends=('python' 'python-eyed3' 'jack-audio-connection-kit' 'pygtk' 'lame' 'flac' 'faad2' 'libsamplerate' 'libshout' 'vorbis-tools' 'libsndfile')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/idjc/idjc-$pkgver.tar.gz)
md5sums=('088679775ce5c6adb69d5aa9116f9ccb')
license=('GPLv3')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$pkgdir/usr install
}

here you go, the problem was that for the install you used prefix,
what you need is DESTDIR to reroute the install root if you like to somewhere other than prefix

Offline

#3 2008-04-28 17:51:09

das.t
Member
Registered: 2007-10-20
Posts: 8

Re: adopted package: idjc

thank you, that was really quick!
i updated the package in AUR.

das.t

Offline

Board footer

Powered by FluxBB