aboutsummaryrefslogtreecommitdiffstats
path: root/testing/obex-data-server/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-07 05:58:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-07 05:58:52 +0000
commita5a583e7d11705cb580c08466b2d476bca718bc1 (patch)
treed6c1dbccf9ffb33833b32c107e58d434ba5e2c50 /testing/obex-data-server/APKBUILD
parentbeb1b1720862c18461a3488b1c15211df9c9ce14 (diff)
downloadaports-a5a583e7d11705cb580c08466b2d476bca718bc1.tar.bz2
aports-a5a583e7d11705cb580c08466b2d476bca718bc1.tar.xz
main/gnome-bluetooth(and dependencies): moved from testing
Diffstat (limited to 'testing/obex-data-server/APKBUILD')
-rw-r--r--testing/obex-data-server/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/obex-data-server/APKBUILD b/testing/obex-data-server/APKBUILD
deleted file mode 100644
index bb09445d5c..0000000000
--- a/testing/obex-data-server/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=obex-data-server
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="D-Bus service for Obex access"
-url="http://wiki.muiline.com/obex-data-server"
-license="GPLv2+"
-arch="all"
-depends="!obexd"
-subpackages="$pkgname-doc"
-makedepends="dbus-glib-dev openobex-dev gtk+-dev libusb-compat-dev bluez-dev"
-source="http://tadas.dailyda.com/software/obex-data-server-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build ()
-{
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-bip=gdk-pixbuf
- make
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="8b11e7527c1e3a36a2a9a0c52816ec7b obex-data-server-0.4.5.tar.gz"