mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/fluxbox: modernize
This commit is contained in:
parent
2403aac599
commit
1f9301df23
@ -10,10 +10,9 @@ license="MIT"
|
||||
subpackages="$pkgname-doc"
|
||||
makedepends="libxinerama-dev libxpm-dev libxrandr imlib2-dev libxrender-dev
|
||||
libxrandr-dev freetype-dev libxft-dev xorgproto"
|
||||
source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
source="https://downloads.sourceforge.net/sourceforge/fluxbox/fluxbox-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -24,7 +23,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user