X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-gx0-f177.google.com (mail-gx0-f177.google.com [209.85.217.177]) by lists.alpinelinux.org (Postfix) with ESMTP id 1FF00170000BA for ; Mon, 23 Feb 2009 16:51:14 +0000 (UTC) Received: by gxk25 with SMTP id 25so5693482gxk.1 for ; Mon, 23 Feb 2009 08:51:13 -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=8kXvqaO77jP0Ul4EjV9hayodK3J9T6PwuJSWDY8aJhc=; b=hsoP4dNwn67y05GZCxDiOGzIk/c7adrqB1YLWjq3qiQrSDIxb6ILqK/2w8JvMNe41P RNjmzknNJRDHBs7/vziht+J8IrIYKtzAiM9bP/WchQ92yF2q0JQWtUW6jUvwdRyJlg5H JdaELZPuRHbmn+kAJ9epfJwfsCPZfowv/NEq0= 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=c7xjZJqwvOUm535YVqDOKrQw3HQiJ53QSf887+U3cYT84ncqJhT00sWJJiocqcmvi6 AmU2PCwy5rtufLMLwLG0TayNfKa4+bEyqlHZBLLxnoVJFgEtMhY6VxxzfE8veAd+qbNS 5C3NUAB3t3DJ5EHWW4CG6kff161FZPlhKifUM= Received: by 10.231.12.138 with SMTP id x10mr6290980ibx.16.1235407873692; Mon, 23 Feb 2009 08:51:13 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id s27sm13251270qbs.8.2009.02.23.08.51.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 08:51:13 -0800 (PST) Message-Id: <4743450B-8D6A-4E0B-A03F-ED9881A454B9@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-32--597366886 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] testing/tiff patch Date: Mon, 23 Feb 2009 16:51:10 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-32--597366886 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Patch for tiff package. Thanks for the help. --Apple-Mail-32--597366886 Content-Disposition: attachment; filename=0001-New-APKBUILD-for-testing-tiff-package.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-New-APKBUILD-for-testing-tiff-package.patch" Content-Transfer-Encoding: quoted-printable =46rom=200f78f49181141bd5fb32f450764ada8cb4d4985f=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Mon,=2023=20Feb=202009=2016:47:36=20+0000=0ASubject:=20[PATCH]=20New=20= APKBUILD=20for=20testing/tiff=20package=0A=0A---=0A=20= testing/tiff/APKBUILD=20|=20=20=2028=20++++++++++++++++++++++++++++=0A=20= 1=20files=20changed,=2028=20insertions(+),=200=20deletions(-)=0A=20= create=20mode=20100644=20testing/tiff/APKBUILD=0A=0Adiff=20--git=20= a/testing/tiff/APKBUILD=20b/testing/tiff/APKBUILD=0Anew=20file=20mode=20= 100644=0Aindex=200000000..dcd94c0=0A---=20/dev/null=0A+++=20= b/testing/tiff/APKBUILD=0A@@=20-0,0=20+1,28=20@@=0A+#=20Contributor:=20= Michael=20Mason=20=0A+#=20Maintainer:=20Michael=20= Mason=20=0A+pkgname=3Dtiff=0A+pkgver=3D3.8.2=0A= +pkgrel=3D0=0A+pkgdesc=3D"Provides=20support=20for=20the=20Tag=20Image=20= File=20Format=20or=20TIFF"=0A+url=3D"http://www.libtiff.org/"=0A= +license=3D"GPL"=0A+depends=3D""=0A+makedepends=3D"uclibc++-dev"=0A= +install=3D=0A+subpackages=3D"$pkgname-doc=20$pkgname-dev"=0A= +source=3D"ftp://ftp.remotesensing.org/pub/lib$pkgname/$pkgname-$pkgver.ta= r.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=20= \=0A+=09=09--disable-cxx=0A+=09make=20||=20return=201=0A+=09make=20= DESTDIR=3D"$pkgdir"=20install=0A+=0A+}=0A+=0A= +md5sums=3D"fbb6f446ea4ed18955e2714934e5b698=20=20tiff-3.8.2.tar.gz"=0A= --=20=0A1.6.1.3=0A=0A= --Apple-Mail-32--597366886 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-32--597366886-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---