mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/obexfs: Updated for version 0.12
This commit is contained in:
parent
6cd331857f
commit
4e8b54801d
2 changed files with 3 additions and 1 deletions
|
@ -65,4 +65,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="obexfs"
|
|||
VERSION="0.12"
|
||||
HOMEPAGE="http://triq.net/obexfs"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/openobex/obexfs-0.12.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="0f505672b025cdb505e215ee707a2e2f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Oleg O. Chukaev"
|
||||
EMAIL="oleg.chukaev@mail.ru"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue