X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by lists.alpinelinux.org (Postfix) with ESMTP id 43245F8576E for ; Tue, 1 Jan 2019 23:59:33 +0000 (UTC) Received: by mail-wr1-f68.google.com with SMTP id j2so29120591wrw.1 for ; Tue, 01 Jan 2019 15:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=N0Tq+8tDPkFTxBMyVPLdL2fVmLX9qTspVGWhXhpOlZs=; b=tQQ+Xh33wpqliCMnNQhbby4oKVyh8Osx8FTqLfqjXXby4q8IpUq8/YIGvWvjE7R/DD +1hskN3f8AFtB9etYmLzjk4G/j6YQHTeD0U13cXNedGZyKVDio1nNmb60/9Dsxo5BBk3 UoyO0zPohqtxHdvLd3XRX/LgYa2NN91+DfrRA653qumTeNW0uo/65LwmMscspnq5YCq5 aox5nXifYe2JZNzrrfSbkU72aQhVglRKzGP8p+wxqAtn1kkHAxpeNQuaP6YBTEUsoTGT u6rytFgp4muRQVRJoZAtqnFWIvsNvHfDDNUMuL+QAtyqNdwMiGo6XfBrqqsbGv0hKXPL yRcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=N0Tq+8tDPkFTxBMyVPLdL2fVmLX9qTspVGWhXhpOlZs=; b=C9ti1yjmFpq6ZX1oWwPQf44mYbHz7RE+PKp1ZKQUquX5kFV34Nmlx6ZKu79G0zFCXY 7qou4+3xWUqWvy9T1yw15IHKipEoNBmHeARmk9IdPzk8RSGso+G7spM4z+9p5J6onQms Hb3MP8SU+YBi7d0QELkGTJbZnwo1fgteYAY422P6s1rDvDf6qElJ/4SyU8j5CLkRbYsF UpSbabirphPrpG951Z/HU+/n4gA4XoEhkXb3foj9aM48nMio9AeSZh/PimSVdLT0nBd6 qoPJN3PNaybGzzjznQTSwShGmcDMB9JG4pn5TOitW5+RHK4vY7iYJNOvrqAN1hU8vllD 3UHg== X-Gm-Message-State: AJcUukekVzQ1ADRMPzFg5EAfMueS4t8fRvMZ2p8jbE0QTnp/0zGr2mch FpitKnf111yEe4G+WWoGUXCQiSIr X-Google-Smtp-Source: ALg8bN7XYr6woyUPqKNdVZ6J/St3QDY2rOwLesQHh9shqQTg35Y8esaTq93HxjRXiLxnzFaiTJ6fQA== X-Received: by 2002:adf:e44c:: with SMTP id t12mr9593448wrm.89.1546387172334; Tue, 01 Jan 2019 15:59:32 -0800 (PST) Received: from localhost.localdomain ([212.88.54.126]) by smtp.gmail.com with ESMTPSA id y145sm34485928wmd.30.2019.01.01.15.59.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 01 Jan 2019 15:59:31 -0800 (PST) Sender: mort From: Richard Mortier To: alpine-aports@lists.alpinelinux.org Cc: Richard Mortier Subject: [alpine-aports] [PATCH] testing/jhead: new aport Date: Tue, 1 Jan 2019 23:58:44 +0000 Message-Id: <20190101235843.34664-1-mort@cantab.net> X-Mailer: git-send-email 2.20.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit http://www.sentex.net/~mwandel/jhead/ Exif Jpeg header manipulation tool Signed-off-by: Richard Mortier --- testing/jhead/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 testing/jhead/APKBUILD diff --git a/testing/jhead/APKBUILD b/testing/jhead/APKBUILD new file mode 100644 index 0000000000..fe396442d7 --- /dev/null +++ b/testing/jhead/APKBUILD @@ -0,0 +1,36 @@ +# Contributor: Richard Mortier +# Maintainer: Richard Mortier +pkgname=jhead +pkgver=3.03 +pkgrel=0 +pkgdesc="Exif Jpeg header manipulation tool" +url="http://www.sentex.net/~mwandel/jhead/" +arch="all" +license="custom" +depends="" +makedepends="" +install="" +subpackages="$pkgname-doc" +source="http://www.sentex.net/~mwandel/jhead/$pkgname-$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" # no test suite + +build() { + cd "$builddir" + make all +} + +package() { + cd "$builddir" + install -Dm755 jhead "$pkgdir"/usr/bin/jhead +} + +doc() { + cd "$builddir" + gzip -v9 jhead.1 + install -Dm644 jhead.1.gz "$subpkgdir"/usr/share/man/man1/jhead.1.gz + install -Dm644 readme.txt \ + "$subpkgdir"/usr/share/licenses/$pkgname/readme.txt +} + +sha512sums="3e1e5277ae3d22ed04a35cece42690e76f9f6196ab396cc7917ae27a1ebabae79ae359454d5a0597597b278c7e2e5e5766f5a5f6b57dc72a2aaf429e809dbb29 jhead-3.03.tar.gz" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---