community/vte: modernize

This commit is contained in:
Leo 2020-02-25 00:24:20 -03:00
parent ef306dd9d9
commit a21cea1afe

View File

@ -19,7 +19,7 @@ source="https://download.gnome.org/sources/vte/${pkgver%.*}/vte-$pkgver.tar.bz2
# secfixes:
# 0.28.2-r12:
# - CVE-2012-2738
# - CVE-2012-2738
prepare() {
default_prepare
@ -27,7 +27,6 @@ prepare() {
}
build() {
cd $builddir
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -41,13 +40,11 @@ build() {
}
package() {
cd $builddir
make DESTDIR="$pkgdir" install
ln -sf /usr/share/vte/termcap-0.0 "$pkgdir"/usr/share/vte/termcap
}
check() {
cd $builddir
make check
}