X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by lists.alpinelinux.org (Postfix) with ESMTP id 4AC9F170000BA for ; Mon, 23 Feb 2009 18:06:22 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c5so937667anc.25 for ; Mon, 23 Feb 2009 10:06:21 -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=Xv6pmANwFKe7tCwaBbMZKNlZgOTH8eGYB+i6uPz7mP8=; b=TeTkVgmJaFUhdzRjAqQf3bWI5YNgFrFhY9o8YPy/bCN17Kq2keGC+4TwvqtBnocuoA QtJLQYV+tQIY5Iesio/NS7abUZlXT0bKe7X1jP3aYlBIOWMKpOaJsqTW0j6GB+SUli8K Vtj3TBHov0kKCSYx35+zH+xPSI5p+RvFv/tmc= 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=MROTDq4s8WrXn9f1oKCHCFU86G11OwI6RuPu51VBMnPUhrgb8/6fdWJrAaYgmo5riw JrY32dDoLuaisFkJEvtQZjjwbQSwH1dLyulmpDHFGOM4AsbAcSljL2KOiTSHf71DHrcF Y4zWMFO7NGUrJVwgn+qfAN5ZibmPJsyxvcios= Received: by 10.231.16.134 with SMTP id o6mr6355759iba.53.1235412381663; Mon, 23 Feb 2009 10:06:21 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id k7sm13805317qba.37.2009.02.23.10.06.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 10:06:21 -0800 (PST) Message-Id: From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-33--592858554 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/lzo Date: Mon, 23 Feb 2009 18:06:19 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-33--592858554 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Please apply. Thanks for the patience. Let me know if there is anything else :) --Apple-Mail-33--592858554 Content-Disposition: attachment; filename=0001-extra-lzo-LZO-APKBUILD.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-extra-lzo-LZO-APKBUILD.patch" Content-Transfer-Encoding: quoted-printable =46rom=20096da2fbc59ce14a1a0cb315106d6bafa2d7eb1c=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Mon,=2023=20Feb=202009=2018:01:26=20+0000=0ASubject:=20[PATCH]=20= extra/lzo=20LZO=20APKBUILD=0A=0A---=0A=20extra/lzo/APKBUILD=20|=20=20=20= 29=20+++++++++++++++++++++++++++++=0A=201=20files=20changed,=2029=20= insertions(+),=200=20deletions(-)=0A=20create=20mode=20100644=20= extra/lzo/APKBUILD=0A=0Adiff=20--git=20a/extra/lzo/APKBUILD=20= b/extra/lzo/APKBUILD=0Anew=20file=20mode=20100644=0Aindex=20= 0000000..398552c=0A---=20/dev/null=0A+++=20b/extra/lzo/APKBUILD=0A@@=20= -0,0=20+1,29=20@@=0A+#=20Contributor:=20Michael=20Mason=20= =0A+#=20Maintainer:=20Michael=20Mason=20= =0A+pkgname=3Dlzo=0A+pkgver=3D2.03=0A+pkgrel=3D0=0A= +pkgdesc=3D"LZO=20--=20a=20real-time=20data=20compression=20library"=0A= +url=3D"http://www.oberhumer.com/opensource/lzo"=0A+license=3D"GPL"=0A= +depends=3D"uclibc"=0A+makedepends=3D""=0A+install=3D=0A+subpackages=3D""=0A= +source=3D"http://www.oberhumer.com/opensource/lzo/download/$pkgname-$pkgv= er.tar.gz"=0A+=0A+build()=20{=0A+=09cd=20"$srcdir/$pkgname-$pkgver"=0A+=0A= +=09./configure=20--prefix=3D/usr=20\=0A+=09=09--sysconfdir=3D/etc=20\=0A= +=09=09--mandir=3D/usr/share/man=20\=0A+=09=09--infodir=3D/usr/share/info=0A= +=09make=20||=20return=201=0A+=09make=20DESTDIR=3D"$pkgdir"=20install=0A= +=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+}=0A+=0A= +md5sums=3D"0c3d078c2e8ea5a88971089a2f02a726=20=20lzo-2.03.tar.gz"=0A--=20= =0A1.6.1.3=0A=0A= --Apple-Mail-33--592858554 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-33--592858554-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---