X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by lists.alpinelinux.org (Postfix) with ESMTP id E725B170000BA for ; Mon, 23 Feb 2009 16:04:39 +0000 (UTC) Received: by yx-out-2324.google.com with SMTP id 8so870449yxg.25 for ; Mon, 23 Feb 2009 08:04:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=t/iZuP7hrzFVORwcIxFr46ANoWG6HKmIYrGuz7p9QAg=; b=Nb+9dXynURRLgqvZ4IthF/O0S/lAXNZEjPAhsL9MoA/ogg4kbS9oM7bCgSMmEpHVA0 dgYRrDDzUI4cwPzc2uLvHNmG5Jd8cElyaVH1fWUwyg76YsGApO0ERxXW4e12++iqyzxi pncixt9ga/oQhljwzUU2WIGpzJmSTJIV7LnJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=H6yTEKkQNULZGS4dZQbLynfllpdNCVG3o4yvlC6RU8bnmmw9p7cHfxpIJrc3uBIZ3z GzWuGxu97OmwwiqxFpJIgHcaVdNdTRTNKyFKjPkf7X8Yp0wGJGl4LA0egc4s9pJsN07u +Nw2o/ZmnMbCtziFDsSYCNciEADrGUr/lwULs= Received: by 10.231.19.70 with SMTP id z6mr6214775iba.24.1235405079199; Mon, 23 Feb 2009 08:04:39 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id 12sm11770688qbw.10.2009.02.23.08.04.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 08:04:38 -0800 (PST) Message-Id: <467495C2-E221-474A-A645-7EC0C3FF0629@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-29--600161524 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v930.3) Subject: [alpine-devel] extra/cutter patch Date: Mon, 23 Feb 2009 16:04:36 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-29--600161524 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Thanks for the suggestions. Please apply. Thx --Apple-Mail-29--600161524 Content-Disposition: attachment; filename=0001-Shortened-the-desription-added-uclibc-to-depends-a.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-Shortened-the-desription-added-uclibc-to-depends-a.patch" Content-Transfer-Encoding: quoted-printable =46rom=201b492a9d828e096125a78981eacbce29c8ffaa04=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Mon,=2023=20Feb=202009=2015:50:49=20+0000=0ASubject:=20[PATCH]=20= Shortened=20the=20desription,=20added=20uclibc=20to=20depends,=20and=20= changed=20the=20install=20line=0A=0A---=0A=20extra/cutter/APKBUILD=20|=20= =20=2015=20++++++---------=0A=201=20files=20changed,=206=20= insertions(+),=209=20deletions(-)=0A=0Adiff=20--git=20= a/extra/cutter/APKBUILD=20b/extra/cutter/APKBUILD=0Aindex=20= 66c8a43..d709727=20100644=0A---=20a/extra/cutter/APKBUILD=0A+++=20= b/extra/cutter/APKBUILD=0A@@=20-1,12=20+1,12=20@@=0A-#=20Contributor:=20= ms13sp=20=0A-#=20Maintainer:=20ms13sp=20= =0A+#=20Contributor:=20Michael=20Mason=20= =0A+#=20Maintainer:=20Michael=20Mason=20= =0A=20pkgname=3Dcutter=0A=20pkgver=3D1.03=0A=20= pkgrel=3D0=0A-pkgdesc=3D"An=20open=20source=20program=20that=20allows=20= Linux=20firewall=20administrators=20to=20abort=20TCP/IP=20connections=20= routed=20over=20the=20firewall=20or=20router=20on=20which=20it=20is=20= run."=0A+pkgdesc=3D"A=20program=20that=20allows=20firewall=20= administrators=20to=20abort=20TCP/IP=20connections."=0A=20= url=3D"http://www.lowth.com/cutter"=0A=20license=3D"GPL"=0A-depends=3D""=0A= +depends=3D"uclibc"=0A=20makedepends=3D""=0A=20install=3D=0A=20= subpackages=3D""=0A@@=20-19,12=20+19,9=20@@=20build()=20{=0A=20=09make=20= ||=20return=201=0A=20=09=0A=20=09mkdir=20-p=20"$pkgdir"/usr/sbin/=20=0A+=0A= +=09install=20-m755=20-D=20cutter=20"$pkgdir"/usr/sbin/cutter=09=0A=20=09= =0A-=09install=20-m755=20-D=20"$srcdir"/"$pkgname"-"$pkgver"/"$pkgname"=20= "$pkgdir"/usr/sbin/"$pkgname"=0A-=09=0A-=09#make=20DESTDIR=3D"$pkgdir"=20= install=0A-=09#=20install=20-m755=20-D=20"$srcdir"/$pkgname.initd=20= "$pkgdir"/etc/init.d/$pkgname=0A-=09#=20install=20-m644=20-D=20= "$srcdir"/$pkgname.confd=20"$pkgdir"/etc/conf.d/$pkgname=0A=20}=0A=20=0A=20= md5sums=3D"50093db9b64277643969ee75b83ebbd1=20=20cutter-1.03.tgz"=0A--=20= =0A1.6.1.3=0A=0A= --Apple-Mail-29--600161524-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---