Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1713 - (show annotations)
Sat Feb 27 16:57:28 2010 UTC (3 years, 2 months ago) by acrux
File size: 567 byte(s)
obexftp: initial commit
1 # Description: files tranfer tool to/from any OBEX enabled device
2 # URL: http://openobex.triq.net/obexftp/obexftp
3 # Maintainer: acrux, acrux at linuxmail dot org
4 # Depends on: perl, python, openobex
5
6 name=obexftp
7 version=0.23
8 release=1
9 source=(http://downloads.sourceforge.net/sourceforge/openobex/$name-$version.tar.bz2)
10
11 build () {
12 cd $name-$version
13 ./configure --prefix=/usr --mandir=/usr/man --with-gnu-ld \
14 --disable-rpath --disable-ruby
15
16 make
17 make DESTDIR=$PKG install
18
19 find $PKG -name .packlist -or -name '*.bs' -or -name perllocal.pod -exec rm {} \;
20 }