You are not logged in.

#1 2003-10-04 21:16:05

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

nomadii

See the website about how to make nomadii accessable to normal users.  I simply SUID root the nomadii binary after installing the package, and it seems to work fine.  Have fun with those mp3's!

pkgname=nomadii
pkgver=0.82
pkgrel=1
pkgdesc="This driver supports the Creative Nomad II, IIc and II MG 
under Linux running USB for file transfers and other operations"
url="http://nomadii.sourceforge.net/"
depends=('libnomadii')
conflicts=()
backup=()
install=
source=(http://easynews.dl.sourceforge.net/sourceforge/nomadii/$pkgname-$pkgver-2.tgz)

build() {
        cd $startdir/src/$pkgname
        mkdir $startdir/pkg/usr/bin -p
        mkdir $startdir/pkg/usr/share/man/man1 -p
        sed -i "s:^INSTALLROOT.*:INSTALLROOT=$startdir/pkg:" Makefile
        make || return 1
        make prefix=$startdir/pkg/usr install
}

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

Board footer

Powered by FluxBB