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/proj4 | |
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/proj4')
-rw-r--r-- | testing/proj4/APKBUILD | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD deleted file mode 100644 index 365a9341fa..0000000000 --- a/testing/proj4/APKBUILD +++ /dev/null @@ -1,45 +0,0 @@ -pkgname=proj4 -pkgver=4.8.0 -pkgrel=0 -pkgdesc="PROJ.4 - Cartographic Projections Library" -url="http://trac.osgeo.org/proj/" -arch="all" -license="MIT" -options="" -depends="" -makedepends="" -subpackages="$pkgname-doc $pkgname-dev" -source="http://download.osgeo.org/proj/proj-$pkgver.tar.gz - " - -_builddir="$srcdir"/proj-$pkgver -prepare() { - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done - update_config_sub || return 1 -} - -build () { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --without-jni \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - mkdir -p $pkgdir/usr/bin - make DESTDIR="$pkgdir" install -} - -md5sums="d815838c92a29179298c126effbb1537 proj-4.8.0.tar.gz" -sha256sums="2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5 proj-4.8.0.tar.gz" -sha512sums="6076289f8bdf1ca3b76ea879d8c221a668fcb4a6deec7cf6a293c489dfe0b21c36da0c6ed2c7a0b8042436106e851018aa429b4731f4ff018fea2fdb8887ec76 proj-4.8.0.tar.gz" |