18 lines
585 B
Bash
18 lines
585 B
Bash
|
# Template file for 'rofs-filtered'
|
||
|
pkgname=rofs-filtered
|
||
|
version=1.7
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
makedepends="fuse-devel"
|
||
|
short_desc="Filtered read only filesystem for FUSE"
|
||
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||
|
license="GPL-2"
|
||
|
homepage="https://github.com/gburca/rofs-filtered"
|
||
|
distfiles="https://github.com/gburca/rofs-filtered/archive/rel-${version}.tar.gz"
|
||
|
checksum=d66066dfd0274a2fb7b71dd929445377dd23100b9fa43e3888dbe3fc7e8228e8
|
||
|
wrksrc="${pkgname}-rel-${version}"
|
||
|
|
||
|
pre_configure() {
|
||
|
sed -i -e 's/CMAKE_C_FLAGS "/CMAKE_C_FLAGS "-fPIC /' ${wrksrc}/CMakeLists.txt
|
||
|
}
|