Updated some stuff.
This commit is contained in:
parent
a19935bfc8
commit
4f48833ae1
1
NOTES
1
NOTES
@ -1,6 +1,7 @@
|
|||||||
-LessTif is busted; tries to mkdir an existing dir. Replace with OS/F MOTIF
|
-LessTif is busted; tries to mkdir an existing dir. Replace with OS/F MOTIF
|
||||||
-Package Haskell tools to allow building shellcheck from source
|
-Package Haskell tools to allow building shellcheck from source
|
||||||
-es needs to have its patch adjusted
|
-es needs to have its patch adjusted
|
||||||
|
-libwebp cannot be retrieved from upstream securely; look into alternate sources
|
||||||
|
|
||||||
-rename all non-obvious GNU tools to gnu-$package
|
-rename all non-obvious GNU tools to gnu-$package
|
||||||
-rename all libraries to lib$package, adjust depends
|
-rename all libraries to lib$package, adjust depends
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
|
||||||
export CFLAGS="$CFLAGS -static"
|
export CFLAGS="$CFLAGS -static"
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
sed -i 's/\/bin/\/usr\/bin/' Makefile
|
sed -i 's/\/bin/\/usr\/bin/' Makefile
|
||||||
sed -i 's/\/sbin/\/usr\/bin/' Makefile
|
sed -i 's/\/sbin/\/usr\/bin/' Makefile
|
||||||
|
|
||||||
su -c "./configure.sh config.in"
|
./configure.sh config.in
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
pkgconf
|
||||||
glib
|
glib
|
||||||
libxml2
|
libxml2
|
||||||
xz
|
xz
|
||||||
|
@ -1 +1 @@
|
|||||||
https://downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz
|
http://downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b669348ebe35b64fbb3ce233549ee86d9b3b91e65cf4dc5d9aed60d1e7d547c5
|
7d2bfe35079b3e70b2c7cf904b0c6173b3e42530e182ead6475cecbfffb90cd8
|
||||||
|
@ -8,4 +8,4 @@ libXft
|
|||||||
libXmu
|
libXmu
|
||||||
libXt
|
libXt
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
xbitmaps
|
||||||
|
@ -1 +1 @@
|
|||||||
ce124753c88138146d093d1ffcc625397db4beb407cb120b17464caad323e6eb
|
af2f1bc094df79fd2f9e86aa93e6a1cc0dd0df6113698aea0e0ecdb40b94c866
|
||||||
|
Loading…
Reference in New Issue
Block a user