mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/motif: modernize
This commit is contained in:
parent
a292b3188c
commit
d1de81e9ef
@ -28,7 +28,6 @@ source="
|
||||
"
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
default_prepare
|
||||
touch NEWS AUTHORS
|
||||
autoreconf -fi
|
||||
@ -41,7 +40,6 @@ build() {
|
||||
# png/jpeg image.
|
||||
# printing: this is Xprint support; only CDE uses this, others print directly.
|
||||
# demos: one of the demos can break the build
|
||||
cd "$builddir"
|
||||
export LDFLAGS="$LDFLAGS -lX11"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
@ -60,7 +58,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user