New package: fuse-exfat-0.9.8.
This commit is contained in:
parent
d4f81f706b
commit
c73a7ebf63
2
srcpkgs/fuse-exfat/fuse-exfat.rshlibs
Normal file
2
srcpkgs/fuse-exfat/fuse-exfat.rshlibs
Normal file
@ -0,0 +1,2 @@
|
||||
libfuse.so.2
|
||||
libc.so.6
|
21
srcpkgs/fuse-exfat/template
Normal file
21
srcpkgs/fuse-exfat/template
Normal file
@ -0,0 +1,21 @@
|
||||
# Template file for 'fuse-exfat'
|
||||
pkgname=fuse-exfat
|
||||
version=0.9.8
|
||||
revision=1
|
||||
makedepends="scons fuse-devel"
|
||||
short_desc="Free exFAT file system implementation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://code.google.com/p/exfat"
|
||||
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=ecae22203461e508d53389617c17d22f68c1b565c700d7663ce67bc4a710e903
|
||||
long_desc="
|
||||
This package contains a ${short_utils}."
|
||||
|
||||
do_install() {
|
||||
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " \
|
||||
DESTDIR="${DESTDIR}/usr/bin" install
|
||||
|
||||
install -Dm444 fuse/mount.exfat-fuse.8 \
|
||||
${DESTDIR}/usr/share/man/man8/mount.exfat-fuse.8
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user