mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/d-feet: new aport
A powerful D-Bus Debugger http://live.gnome.org/DFeet/
This commit is contained in:
parent
137e5acb2c
commit
f2bc5e4877
37
testing/d-feet/APKBUILD
Normal file
37
testing/d-feet/APKBUILD
Normal 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"
|
Loading…
Reference in New Issue
Block a user