You are not logged in.

#1 2004-10-28 14:51:33

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

[new] pyosd

pkgname=pyosd
pkgver=0.2.10
pkgrel=1
pkgdesc="python bindings to the xosd library"
url="http://repose.cx/pyosd/"
depends=('xosd' 'python')
source=($url$pkgname-$pkgver.tar.gz)
md5sums=()

build()
{
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install --root=$startdir/pkg
}

Offline

#2 2006-11-02 11:24:19

arch_mike
Member
From: Toronto
Registered: 2005-06-25
Posts: 29
Website

Re: [new] pyosd

pkgname=pyosd
pkgver=0.2.10
pkgrel=1
pkgdesc="python bindings to the xosd library"
url="http://repose.cx/pyosd/"
depends=('xosd' 'python')
source=($url$pkgname-$pkgver.tar.gz)
md5sums=()

build()
{
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install --root=$startdir/pkg
}

shouldn't you do python setup.py --build than python setup.py --install ?


<Insert>

Offline

#3 2006-11-02 11:39:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [new] pyosd

phrakture posted that two years ago - it was probably correct at the time. wink

The package is now in the AUR - in fact it's orphaned, maybe you'd like to adopt it?

Offline

#4 2006-11-02 15:22:54

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [new] pyosd

And for the record, --install usually calls --build anyway if properly made, but not always

Offline

#5 2006-11-13 10:25:46

arch_mike
Member
From: Toronto
Registered: 2005-06-25
Posts: 29
Website

Re: [new] pyosd

And for the record, --install usually calls --build anyway if properly made, but not always

Well any time that i have used or had to install it the docs said to
: python setup.py --build && python setup.py --install :
But mabey they changed it in the past month  :?:
But in any event , i will have a lookies @ the AUR


<Insert>

Offline

Board footer

Powered by FluxBB