Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6519C781EA0 for <~alpine/aports@lists.alpinelinux.org>; Sun, 6 Dec 2020 16:17:35 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 28A21440131; Sun, 6 Dec 2020 17:17:34 +0100 (CET) Date: Sun, 6 Dec 2020 17:17:34 +0100 From: Kevin Daudt To: Drew DeVault Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH 1/5] testing/libtifiles: new aport Message-ID: References: <20201206140248.844-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201206140248.844-1-sir@cmpwn.com> On Sun, Dec 06, 2020 at 02:03:42PM +0000, Drew DeVault wrote: > > --- > testing/libtifiles/APKBUILD | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 testing/libtifiles/APKBUILD > > diff --git a/testing/libtifiles/APKBUILD b/testing/libtifiles/APKBUILD > new file mode 100644 > index 0000000000..f5b6d4d118 > --- /dev/null > +++ b/testing/libtifiles/APKBUILD > @@ -0,0 +1,28 @@ > +# Maintainer: None of these packages have a maintainer. Not sure if we want to add packages to aports if they are not maintained. > +pkgname=libtifiles > +pkgver=1.1.7 > +pkgrel=0 > +pkgdesc="Texas Instruments file format library" > +url="http://lpg.ticalc.org/prj_tilp/" > +arch="all" > +license="GPL-2.0-only" > +makedepends="bzip2 libusb-dev libarchive-dev libticonv-dev libtool" > +subpackages="$pkgname-dev" > +source=" > + $pkgname-$pkgver.tar.bz2::http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.18/${pkgname}2-$pkgver.tar.bz2 > +" > +options="!check" # No upstream tests > +builddir="$srcdir/${pkgname}2-$pkgver" > + > +build() { > + cd "$builddir" This is redundant nowadays > + autoreconf -if > + ./configure --prefix=/usr > +} > + > +package() { > + make install DESTDIR="$pkgdir" > + rm -rf "$pkgdir"/usr/share/locale > +} > + > +sha512sums="e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef libtifiles-1.1.7.tar.bz2" > -- > 2.29.2 See https://gitlab.alpinelinux.org/kdaudt/aports/-/pipelines/62404 for the CI pipeline for these patches.