mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libXScrnSaver: bump to 1.2.3, drop unneeded call to autoreconf.
This commit is contained in:
@@ -2,14 +2,14 @@ SUMMARY="X11 Screen Saver extension client library"
|
||||
DESCRIPTION="The library provided by libXScrnSaver is an extension to the X \
|
||||
protocol. It allows X clients behaving as screen savers to register themselves \
|
||||
with the X server to better integrate themselves with the running X11 session."
|
||||
HOMEPAGE="http://cgit.freedesktop.org/xorg/lib/libXScrnSaver
|
||||
HOMEPAGE="https://cgit.freedesktop.org/xorg/lib/libXScrnSaver
|
||||
https://www.x.org/releases/individual/lib/"
|
||||
COPYRIGHT="1992 X Consortium
|
||||
2003-2012 The XFree86 Project, Inc."
|
||||
LICENSE="libXScrnSaver"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXScrnSaver-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"
|
||||
CHECKSUM_SHA256="f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8"
|
||||
SOURCE_DIR="libXScrnSaver-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -66,7 +66,6 @@ defineDebugInfoPackage libxscrnsaver$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -i
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -76,8 +75,8 @@ INSTALL()
|
||||
make install
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
install -d "$developDocDir"
|
||||
install -t "$developDocDir" README
|
||||
install -m 0755 -d "$developDocDir"
|
||||
install -m 0644 -t "$developDocDir" README
|
||||
maybe_manDir="$manDir"
|
||||
else
|
||||
rm -rf "$manDir"
|
||||
Reference in New Issue
Block a user