diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/libuecc/APKBUILD | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/libuecc/APKBUILD')
-rw-r--r-- | testing/libuecc/APKBUILD | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/testing/libuecc/APKBUILD b/testing/libuecc/APKBUILD deleted file mode 100644 index cf350b42f0..0000000000 --- a/testing/libuecc/APKBUILD +++ /dev/null @@ -1,45 +0,0 @@ -# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr> -# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> -pkgname=libuecc -pkgver=6 -pkgrel=0 -pkgdesc="Very small Elliptic Curve Cryptography library" -url="http://git.universe-factory.net/libuecc/" -arch="all" -license="BSD" -depends="" -depends_dev="cmake" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://git.universe-factory.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar" - -_builddir="$srcdir/${pkgname}-${pkgver}" -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - mkdir build - cd build - cmake -D CMAKE_INSTALL_PREFIX=/usr .. - make -} - -package() { - cd "$_builddir/build" - make install DESTDIR="${pkgdir}" - install -Dm644 "$_builddir"/COPYRIGHT \ - $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT -} - -md5sums="d3d126e293db0d5262d2985bd911665f libuecc-6.tar" -sha256sums="fe61715b7cd8458616840f71ab8c0c7e5f49480a9cfb2c1965fbb9d713f071b6 libuecc-6.tar" -sha512sums="0ef6adb12429cd847d7b1e7a79c453675c97e74deb2937733b1cf588ae7fccc45cba43e3d38568217943b941e206a7f47a323829ccde8a2d572381767e82d954 libuecc-6.tar" |