X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 7FDA5DC00D0 for ; Thu, 5 Nov 2015 22:19:04 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 254E1DC00BB for ; Thu, 5 Nov 2015 22:19:03 +0000 (UTC) Received: by wmnn186 with SMTP id n186so26862513wmn.1 for ; Thu, 05 Nov 2015 14:19:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kampka_net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=TNRbgWyOJMpwqsO/QNOXquKxkGw6V4TszLoREwvfG+U=; b=ZfqUkJBrR8KvHO4ZAf74zP+KAEtk6jyNOjEmfKTtMTIQdfsuHWUdJkI9TePaWMFUJ3 SFznz8yZRe78+HKtQKLXC4yTdDdpjn+7Usq2RtEy7A439r0J0rkYEN85OJ4+Cj8ZGwDm jkxzmtguMpzxKvfTa1aNzeqw6h/vJSM2GOTHsk9Jxnz1iP02XfGQ1YWkw4LL1ucCllEc gaRg7Y7RjIbKm3VtRf21GACEeIh47IgL5CWOe8Zx7UZrEmTxom2ZOUaO4nclgqYlJKci K0F0d9XZ3GMB4+M73iiIWRWTLxWP+CIY8NkqdDt1IffNOzq0hu/lhTuKBYpBFWTWcGdS PAxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=TNRbgWyOJMpwqsO/QNOXquKxkGw6V4TszLoREwvfG+U=; b=gUaKTpJZKJOtd22potKVCMs80/lbeLesILCfQ9QsThazMFBIoIndyJNDeWScFn6UAz 8yWBIkMTzbeRr+VUswNUNdQNJpCGO71VdrnuJ4tqzYFPTlpvuREjuxLAXYkaa59T0c6c iYwuNAKhCqCL45RAP/3K0fSWGnxrRGiOJpUNhfCuVZzVxgaHD0Gq86e58O7XIV268yIB NAqJNZgetf3VdcgrK0pJDQuHu/QDhxynhnMhrn7X4vAXR3sDYJrxrigSK8Q1ZZx6qOH5 hKd9qjAZlSyM/quvY+hApxOzzdse4RZDfLFDJcTbTJ2SnUB8lbTWgSPubCOWqDrjIxYr UV+w== X-Gm-Message-State: ALoCoQn6KAlq1hY+TRBvSKBvEIotAUViRD+wH1cvY02eos520cYRFNR8r90496/BPy1lsOuxirMT X-Received: by 10.28.22.67 with SMTP id 64mr6116557wmw.61.1446761942424; Thu, 05 Nov 2015 14:19:02 -0800 (PST) Received: from localhost (pD9578985.dip0.t-ipconnect.de. [217.87.137.133]) by smtp.gmail.com with ESMTPSA id r12sm189985wmd.17.2015.11.05.14.19.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 14:19:01 -0800 (PST) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH] main/expect: add doc subpackage Date: Thu, 5 Nov 2015 23:18:59 +0100 Message-Id: <1446761939-11691-1-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.6.2 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/expect/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/expect/APKBUILD b/main/expect/APKBUILD index af25d90..b0ce917 100644 --- a/main/expect/APKBUILD +++ b/main/expect/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=expect pkgver=5.45 -pkgrel=2 +pkgrel=3 pkgdesc="A tool for automating interactive applications" url="http://www.nist.gov/el/msid/expect.cfm" arch="all" @@ -10,7 +10,7 @@ license="custom" depends="" depends_dev="tcl-dev" makedepends="$depends_dev" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="http://downloads.sourceforge.net/project/expect/Expect/$pkgver/$pkgname$pkgver.tar.gz" _builddir="$srcdir"/$pkgname$pkgver -- 2.6.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---