fuse-exfat: update to 1.0.0.
This commit is contained in:
parent
34d2e0d380
commit
53d0ec8dca
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fuse-exfat'
|
# Template file for 'fuse-exfat'
|
||||||
pkgname=fuse-exfat
|
pkgname=fuse-exfat
|
||||||
version=0.9.8
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
fulldepends="exfat-utils>=${version}"
|
fulldepends="exfat-utils>=${version}"
|
||||||
makedepends="scons fuse-devel"
|
makedepends="scons fuse-devel"
|
||||||
short_desc="Free exFAT file system implementation"
|
short_desc="Free exFAT file system implementation"
|
||||||
|
@ -9,9 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://code.google.com/p/exfat"
|
homepage="http://code.google.com/p/exfat"
|
||||||
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ecae22203461e508d53389617c17d22f68c1b565c700d7663ce67bc4a710e903
|
checksum=18c0dafed64596e536c5d47604585ff353a2e4bb067066e3ec5963a5a170f4a5
|
||||||
long_desc="
|
|
||||||
This package contains a ${short_utils}."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " \
|
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " \
|
||||||
|
|
Loading…
Reference in New Issue