summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d7129b5b7f9cb00224273a90a89bf16db70a2125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Justin Vreeland <vreeland.justin@gmail.com>
pkgname=debmake
pkgver=4.2.6
pkgrel=1
pkgdesc="Program to make the Debian source package"
arch=('any')
url="http://packages.debian.org/sid/debmake"
license=('MIT')
makedepends=('git' 'python')
depends=('devscripts' 'dpkg' 'python' 'rsync')
optdepends=('strace' 'wget' 'curl')
source=("$pkgname-$pkgver::git+https://anonscm.debian.org/git/collab-maint/debmake.git#tag=debian/$pkgver-$pkgrel")
md5sums=('SKIP')

package() {
	cd "$pkgname-$pkgver"
	python setup.py install --root="$pkgdir/" --optimize=1
}