testing/d-feet: new aport

A powerful D-Bus Debugger
http://live.gnome.org/DFeet/
This commit is contained in:
Natanael Copa 2011-08-17 08:24:49 +00:00
parent 137e5acb2c
commit f2bc5e4877

37
testing/d-feet/APKBUILD Normal file
View File

@ -0,0 +1,37 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=d-feet
pkgver=0.1.12
pkgrel=0
pkgdesc="A powerful D-Bus Debugger"
url="http://live.gnome.org/DFeet/"
arch="noarch"
license="GPLv2+"
depends="python py-gtk"
makedepends="py-gtk-dev py-setuptools"
install=""
subpackages=""
source="http://download.gnome.org/sources/d-feet/0.1/d-feet-$pkgver.tar.bz2"
_builddir="$srcdir"/d-feet-$pkgver
prepare() {
local i
cd "$_builddir"
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
}
build() {
cd "$_builddir"
python setup.py build || return 1
}
package() {
cd "$_builddir"
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
md5sums="01b0296277b26330bc430742ad4e758a d-feet-0.1.12.tar.bz2"