aboutsummaryrefslogtreecommitdiffstats
path: root/main/cutter/APKBUILD
blob: b960fa349098cde35ad53ca6e5debb70dbc3e015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=cutter
pkgver=1.03
pkgrel=2
pkgdesc="A program that allows firewall administrators to abort TCP/IP connections."
url="http://www.lowth.com/cutter"
arch="x86 x86_64"
license="GPL"
depends=""
makedepends=""
install=
subpackages=""
source="http://www.lowth.com/cutter/software/$pkgname-$pkgver.tgz"

build() {
	cd "$srcdir/$pkgname-$pkgver"
	#no make install and no configure script

	make || return 1
	
	mkdir -p "$pkgdir"/usr/sbin/

	install -m755 -D cutter "$pkgdir"/usr/sbin/cutter

}

md5sums="50093db9b64277643969ee75b83ebbd1  cutter-1.03.tgz"