You are not logged in.

#1 2004-10-20 16:04:25

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

[new package] ncmpc 0.11.0

After sticking to XMMS for over a year, I felt it was time to try something new, and I chose mpd. Arch already had a package for it, but not for the ncurses-frontend ncmpc, so here it is.

# Contributor: Kristoffer Egil Bonarjee <kebonarjee@gmail.com>

pkgname=ncmpc
pkgver=0.11.0
pkgrel=1
pkgdesc=" A ncurses (command line) interface for MPD."
url="http://hem.bredband.net/kaw/ncmpc/"
license="GPL"
depends=('ncurses' 'glib2' 'mpd')
source=(http://hem.bredband.net/kaw/ncmpc/files/$pkgname-$pkgver.tar.gz)
md5sums=('354f9a01442fa964cba4928307529563')

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

Offline

#2 2004-10-22 08:03:51

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: [new package] ncmpc 0.11.0

Is it so hard to use the Search function in the forums?? You could have just used the PKGBUILD that is already here. hmm

Offline

#3 2004-10-22 08:18:52

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new package] ncmpc 0.11.0


The impossible missions are the only ones which succeed.

Offline

#4 2004-10-22 14:04:06

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: [new package] ncmpc 0.11.0

In fact yes, because it was such a straight forward package to make.   tongue

Offline

#5 2004-10-22 14:39:21

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new package] ncmpc 0.11.0

Egil.B wrote:

In fact yes, because it was such a straight forward package to make.   tongue

that is, on the other hand, also logical :-)

... maybe we should build-in some handicaps into makepkg, so that building a pkg is more difficult? ;-)  :twisted:


The impossible missions are the only ones which succeed.

Offline

#6 2004-10-22 22:10:09

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: [new package] ncmpc 0.11.0

Anyhow, ncmpc deserves a place in extra or staging. Great app smile

Offline

Board footer

Powered by FluxBB