From 5c3b7276abf0d01b53662f38db5b4d52377343ed Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sat, 2 Jan 2016 01:22:31 -0500 Subject: initial commit Signed-off-by: Mark Weiman --- reprepro/.SRCINFO | 19 +++++++++++++++++++ reprepro/PKGBUILD | 26 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 reprepro/.SRCINFO create mode 100644 reprepro/PKGBUILD (limited to 'reprepro') diff --git a/reprepro/.SRCINFO b/reprepro/.SRCINFO new file mode 100644 index 0000000..c0707f8 --- /dev/null +++ b/reprepro/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = reprepro + pkgdesc = A tool to handle local repositories of Debian packages + pkgver = 4.16.0 + pkgrel = 1 + url = http://mirrorer.alioth.debian.org + arch = i686 + arch = x86_64 + license = GPL + depends = db + depends = gpgme + depends = zlib + depends = bzip2 + depends = libarchive + optdepends = apt: Importing from other sources + source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_4.16.0.orig.tar.gz + sha256sums = fdd2cae3f23b26e3b44734925af5afb76486a46bde104254eb04d8344d98f591 + +pkgname = reprepro + diff --git a/reprepro/PKGBUILD b/reprepro/PKGBUILD new file mode 100644 index 0000000..c085950 --- /dev/null +++ b/reprepro/PKGBUILD @@ -0,0 +1,26 @@ +# Contributor: Andre Klitzing +# Maintainer: max-k + +pkgname=reprepro +pkgver=4.16.0 +pkgrel=1 +pkgdesc="A tool to handle local repositories of Debian packages" +arch=('i686' 'x86_64') +url="http://mirrorer.alioth.debian.org" +license=('GPL') +depends=('db' 'gpgme' 'zlib' 'bzip2' 'libarchive') +optdepends=('apt: Importing from other sources') +source=("http://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz") +sha256sums=('fdd2cae3f23b26e3b44734925af5afb76486a46bde104254eb04d8344d98f591') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} -- cgit v1.3