mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libghttp: Updated for version 1.0.9
This commit is contained in:
parent
1a04ac4d57
commit
fe0f6d7460
2 changed files with 12 additions and 3 deletions
|
@ -10,7 +10,7 @@ VERSION=1.0.9
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -27,7 +27,6 @@ cd $TMP || exit 1
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
libghttp: libghttp - gnome http client library.
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libghttp: libghttp (gnome http client library)
|
||||
libghttp:
|
||||
libghttp: GNOME HTTP client library.
|
||||
libghttp:
|
||||
|
@ -7,3 +15,5 @@ libghttp:
|
|||
libghttp:
|
||||
libghttp:
|
||||
libghttp:
|
||||
libghttp:
|
||||
libghttp:
|
||||
|
|
Loading…
Reference in a new issue