aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxterminal
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:37:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:29:30 -0300
commitdff722fdcbebb760aaab8ad205e70efb2baa8683 (patch)
tree1f299bfbf3c407f7f9dd1a6ba1446c17ff0ae752 /community/lxterminal
parentda88c439c21e0af8262512b6fc1bf00e12a61581 (diff)
downloadaports-dff722fdcbebb760aaab8ad205e70efb2baa8683.tar.bz2
aports-dff722fdcbebb760aaab8ad205e70efb2baa8683.tar.xz
community/lxterminal: modernize
Diffstat (limited to 'community/lxterminal')
-rw-r--r--community/lxterminal/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/lxterminal/APKBUILD b/community/lxterminal/APKBUILD
index fbf7fb432f..0115dfb2c5 100644
--- a/community/lxterminal/APKBUILD
+++ b/community/lxterminal/APKBUILD
@@ -9,14 +9,13 @@ arch="all"
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev intltool vte3-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz"
+source="https://downloads.sourceforge.net/lxde/lxterminal-$pkgver.tar.xz"
# secfixes:
# 0.3.0-r1:
# - CVE-2016-10369
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,12 +29,10 @@ build() {
}
check() {
- cd "$builddir"
make -C src check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}