### this file is sourced not run
PKGVER=2018.03
PKGBUILD=1
PKGARCH=x86_64

# BLFS 8.2
TARBALL=ltunify-20180330.tar.bz2
MD5SUM=5e65f6dac819f968e465e05c68e41eb8
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="ltunify: ltunify $PKGVER (Logitech Pairing Tool)
ltunify: 
ltunify: ltunify allows you to pair new devices, unpair existing devices or 
ltunify: view information for those devices.
ltunify: 
ltunify: https://lekensteyn.nl/
ltunify: 
ltunify: 
ltunify: 
ltunify: 
ltunify: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ltunify* &&

    make ltunify &&
    make install bindir=/usr/bin udevrulesdir=/etc/udev/rules.d &&

    install -dm755 /usr/share/doc/ltunify &&
    install -m644 README.txt /usr/share/doc/ltunify	&&

	pkg_build_slackdesc
}


