Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Oct 4 14:32:28 2009 UTC (3 years, 8 months ago) by cjg
File size: 453 byte(s)
added new ports
1 # Description: utility to scan the devices on the ADB-Bus
2 # URL: http://pbbuttons.berlios.de/projects/lsadb/index.html
3 # Depends on:
4 # Maintainer: acrux, acrux at linuxmail dot org
5
6 name=lsadb
7 version=0.1.3
8 release=1
9 source=(ftp://ftp.crux.it/cruxppc/distfiles/$name-$version.tar.gz)
10 build () {
11 cd $name-$version
12 make
13 mkdir -p $PKG/{usr/bin,usr/man/man1}
14
15 install -D -m 755 $name $PKG/usr/bin
16 install -D -m 644 $name.1 $PKG/usr/man/man1/$name.1
17 }