slicot: create the installation dir.

still install is privileged...
This commit is contained in:
coypu 2018-08-12 15:29:41 +03:00
parent b138913f64
commit f0940134f1
2 changed files with 2 additions and 4 deletions

View File

@ -10,11 +10,11 @@ HOMEPAGE= http://ftp.debian.org/debian/pool/main/s/slicot/
COMMENT= numerical algorithms from systems and control theory
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/slicot-5.0+20101122
WRKSRC= ${WRKDIR}/${PKGNAME}/src
USE_LANGUAGES= fortran
USE_TOOLS+= mkstemp
WRKSRC= ${WRKDIR}/${PKGNAME}/src
INSTALLATION_DIRS+= lib
pre-build:
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile

View File

@ -8,6 +8,4 @@ LIB= slicot
LDADD+= -llapack -lblas
LDFLAGS+= -L${LIBDIR} -Wl,-R,${LIBDIR}
MKUNPRIVED= yes
.include <bsd.lib.mk>