CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1695 -
(hide annotations)
Thu Feb 25 23:07:55 2010 UTC (3 years, 2 months ago) by acrux
File size: 492 byte(s)
Thu Feb 25 23:07:55 2010 UTC (3 years, 2 months ago) by acrux
File size: 492 byte(s)
added PPC! tag
| 1 | acrux | 1691 | # Description: D-Bus service providing high-level OBEX client and server side functionality |
| 2 | # URL: http://www.bluez.org/ | ||
| 3 | # Maintainer: acrux, acrux at linuxmail dot org | ||
| 4 | # Depends on: dbus, glib, bluez, openobex | ||
| 5 | acrux | 1695 | # PPC!=: |
| 6 | acrux | 1691 | |
| 7 | name=obexd | ||
| 8 | version=0.21 | ||
| 9 | release=1 | ||
| 10 | source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2) | ||
| 11 | |||
| 12 | build() { | ||
| 13 | cd $name-$version | ||
| 14 | |||
| 15 | ./configure --prefix=/usr \ | ||
| 16 | --with-gnu-ld \ | ||
| 17 | --libexecdir=/usr/lib/obexd \ | ||
| 18 | --disable-server | ||
| 19 | |||
| 20 | make | ||
| 21 | make DESTDIR=$PKG install | ||
| 22 | } |