mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libcpuid: Updated for version 0.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f54b4af2e6
commit
fe3243cb98
2 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libcpuid
|
PRGNAM=libcpuid
|
||||||
VERSION=${VERSION:-0.2.1}
|
VERSION=${VERSION:-0.2.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -69,6 +69,9 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
libtoolize
|
||||||
|
autoreconf --install
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libcpuid"
|
PRGNAM="libcpuid"
|
||||||
VERSION="0.2.1"
|
VERSION="0.2.2"
|
||||||
HOMEPAGE="http://libcpuid.sourceforge.net"
|
HOMEPAGE="http://libcpuid.sourceforge.net"
|
||||||
DOWNLOAD="https://copy.com/wCsOjCIKRT2SwboD/libcpuid-0.2.1.tar.gz"
|
DOWNLOAD="https://github.com/anrieff/libcpuid/archive/v0.2.2.tar.gz"
|
||||||
MD5SUM="b57cf8267eb0d5fccbba896fa40ef88e"
|
MD5SUM="729ed33f806d68e08462c6258012ea12"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue