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/mtd-utils | |
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/mtd-utils')
-rw-r--r-- | testing/mtd-utils/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/mtd-utils/APKBUILD b/testing/mtd-utils/APKBUILD deleted file mode 100644 index 10d8f4474d..0000000000 --- a/testing/mtd-utils/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Valery McHno <anarch.linux@gmail.com> -pkgname=mtd-utils -pkgver=1.5.2 -pkgrel=0 -pkgdesc="Utilities for handling MTD devices, and for dealing with FTL, NFTL JFFS2, etc." -url="http://www.linux-mtd.infradead.org/" -arch="all" -license="GPL2" -#depends="libuuid lzo zlib" -depends="" -makedepends="linux-headers lzo-dev util-linux-dev zlib-dev acl-dev" -subpackages="$pkgname-doc" -source="ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2" - -_builddir="$srcdir"/$pkgname-$pkgver - -prepare() { - 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" - make || return 1 -} - -package() { - cd "$_builddir" - make -j1 DESTDIR="$pkgdir" install || return 1 -} - -md5sums="596bc7b20a6d4fb86d63fc9b8af674d6 mtd-utils-1.5.2.tar.bz2" -sha256sums="5db57389280a3abaec5dd23af2590988b70f213fa3929c12a2642c8f9a86f400 mtd-utils-1.5.2.tar.bz2" -sha512sums="ad0246b24ab7d8efca9b7f9af717deeb92684a328759203eed3f98db6539b46c12f5c9900b8757a5a217b579e31af3571e0bb7eeed6081e741463814148bfee3 mtd-utils-1.5.2.tar.bz2" |