mtd-utils: remove long_desc.
This commit is contained in:
parent
8fb8f62d5d
commit
3254ed8575
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'mtd-utils'.
|
||||
pkgname=mtd-utils
|
||||
version=1.5.0
|
||||
revision=4
|
||||
revision=5
|
||||
makedepends="zlib-devel lzo-devel acl-devel libuuid-devel liblzma-devel"
|
||||
short_desc="Memory Technology Device Utilities"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
|
@ -9,10 +9,6 @@ license="GPL-2"
|
|||
homepage="http://www.linux-mtd.infradead.org/"
|
||||
distfiles="ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$version.tar.bz2"
|
||||
checksum=381be8e4aeccf99f8212a8f19f9fae9e017196ef2d467aa420f2a7815ecec3e6
|
||||
long_desc="
|
||||
Utilities for manipulating memory technology devices, such as flash memory,
|
||||
Disk-On-Chip, or ROM. Includes mkfs.jffs2, a tool to create JFFS2
|
||||
(journaling flash file system) filesystems."
|
||||
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue