mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
proftpd: rebuild for libxcrypt
This commit is contained in:
parent
58004c2ce7
commit
c1b205bf68
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'proftpd'
|
# Template file for 'proftpd'
|
||||||
pkgname=proftpd
|
pkgname=proftpd
|
||||||
version=1.3.7e
|
version=1.3.7e
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
short_desc="Highly configurable GPL-licensed FTP server software"
|
short_desc="Highly configurable GPL-licensed FTP server software"
|
||||||
|
@ -13,6 +13,10 @@ distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz"
|
||||||
checksum=6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92
|
checksum=6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92
|
||||||
conf_files="/etc/proftpd.conf"
|
conf_files="/etc/proftpd.conf"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
proftpd-devel_package() {
|
proftpd-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="proftpd>=${version}_${revision}"
|
depends="proftpd>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue