mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libatomic_ops: Updated for version 1.2
This commit is contained in:
parent
28d8f23eb8
commit
9bef91a077
2 changed files with 3 additions and 1 deletions
|
@ -78,4 +78,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libatomic_ops"
|
|||
VERSION="1.2"
|
||||
HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/"
|
||||
DOWNLOAD="http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="1b65e48271c81e3fa2d7a9a69bab7504"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="HMWiesinger@gmx.at"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue