mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libgadu: Updated for version 1.8.2
This commit is contained in:
parent
1649969e99
commit
215f73da14
3 changed files with 5 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
libgadu is a library for handling of protocol of a popular Polish
|
libgadu is a library for handling of protocol of a popular Polish
|
||||||
instant messenger Gadu-Gadu.
|
instant messenger Gadu-Gadu.
|
||||||
|
|
|
@ -65,4 +65,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -3,6 +3,8 @@ VERSION="1.8.2"
|
||||||
HOMEPAGE="http://toxygen.net/libgadu/"
|
HOMEPAGE="http://toxygen.net/libgadu/"
|
||||||
DOWNLOAD="http://toxygen.net/libgadu/files/libgadu-1.8.2.tar.gz"
|
DOWNLOAD="http://toxygen.net/libgadu/files/libgadu-1.8.2.tar.gz"
|
||||||
MD5SUM="1090f82f8a1bb99e9cdf5853188f625f"
|
MD5SUM="1090f82f8a1bb99e9cdf5853188f625f"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="M Slodkiewicz"
|
MAINTAINER="M Slodkiewicz"
|
||||||
EMAIL="slociu@wp.pl"
|
EMAIL="slociu@wp.pl"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue