X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=blobdiff_plain;f=PKGBUILD;h=fc9cf60da50d63ab59970c9109c84c39ec412398;hp=ff5e10ca18e6f354421a56e5c2c10edfddae499a;hb=7f2c13ce77da5daacac06066666dcdd73e5aac7c;hpb=d24ea821b52ab30087241873c32001f64cbbd76d diff --git a/PKGBUILD b/PKGBUILD index ff5e10c..fc9cf60 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -32,6 +32,7 @@ prepare() { -e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|";/' \ -e '/int defaultcs/s/= .*/= 1;/' \ -i config.def.h + sed '/@tic/d' -i Makefile } build() { @@ -41,9 +42,8 @@ build() { package() { cd "${srcdir}/${_pkgname}" - export TERMINFO="${pkgdir}/usr/share/terminfo" - install -d "$TERMINFO" make PREFIX=/usr DESTDIR="${pkgdir}" install install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README" + tic -s -o "${pkgdir}/usr/share/terminfo" st.info }