mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
fdm: remove duplicated base64 compat
This commit is contained in:
parent
aef0721102
commit
829310c519
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fdm'
|
# Template file for 'fdm'
|
||||||
pkgname=fdm
|
pkgname=fdm
|
||||||
version=2.0
|
version=2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre"
|
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre"
|
||||||
hostmakedepends="automake bison"
|
hostmakedepends="automake bison"
|
||||||
|
@ -13,6 +13,13 @@ homepage="https://github.com/nicm/fdm"
|
||||||
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4
|
checksum=06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '$d' Makefile.am
|
||||||
|
sed -i '$d' Makefile.am
|
||||||
|
sed -i '$d' Makefile.am
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/doc/${pkgname}
|
vmkdir usr/share/doc/${pkgname}
|
||||||
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue