fuse: switch to /usr.
This commit is contained in:
parent
f4ddd20305
commit
a6cbd76b0d
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'fuse'
|
# Template file for 'fuse'
|
||||||
pkgname=fuse
|
pkgname=fuse
|
||||||
version=2.9.0
|
version=2.9.0
|
||||||
homepage="http://fuse.sourceforge.net"
|
revision=2
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
configure_args="--enable-lib --enable-util"
|
configure_args="--enable-lib --enable-util"
|
||||||
revision=1
|
|
||||||
short_desc="Filesystem in Userspace"
|
short_desc="Filesystem in Userspace"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://fuse.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=1bf669e5388d4f256c7875079d5a6b97837bad23eb77a1cbc8b54b46a88315f2
|
checksum=1bf669e5388d4f256c7875079d5a6b97837bad23eb77a1cbc8b54b46a88315f2
|
||||||
long_desc="
|
long_desc="
|
||||||
With FUSE it is possible to implement a fully functional filesystem in
|
With FUSE it is possible to implement a fully functional filesystem in
|
||||||
|
@ -22,9 +23,10 @@ long_desc="
|
||||||
* Runs on Linux kernels 2.4.X and 2.6.X
|
* Runs on Linux kernels 2.4.X and 2.6.X
|
||||||
* Has proven very stable over time"
|
* Has proven very stable over time"
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove obsolete rules file provided by udev.
|
# remove obsolete rules file provided by udev.
|
||||||
rm -rf ${DESTDIR}/{dev,etc}
|
rm -rf ${DESTDIR}/{dev,etc}
|
||||||
|
# Switch to /usr.
|
||||||
|
vmkdir usr/sbin
|
||||||
|
vmove "sbin/*" usr/sbin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue