diff --git a/srcpkgs/toxcore-devel-git b/srcpkgs/toxcore-devel-git deleted file mode 120000 index d7e4cbd7eb9..00000000000 --- a/srcpkgs/toxcore-devel-git +++ /dev/null @@ -1 +0,0 @@ -toxcore-git \ No newline at end of file diff --git a/srcpkgs/toxcore-git/files/toxbootstrapd/run b/srcpkgs/toxcore-git/files/toxbootstrapd/run deleted file mode 100644 index 912467f3fe0..00000000000 --- a/srcpkgs/toxcore-git/files/toxbootstrapd/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /etc/toxbootstrapd -exec chpst -u toxbootstrapd DHT_bootstrap diff --git a/srcpkgs/toxcore-git/template b/srcpkgs/toxcore-git/template deleted file mode 100644 index 52cb1a7f697..00000000000 --- a/srcpkgs/toxcore-git/template +++ /dev/null @@ -1,39 +0,0 @@ -# Template file for 'toxcore-git' -pkgname=toxcore-git -version=20160707 -revision=2 -build_style=gnu-configure -_commithash=755f084e8720b349026c85afbad58954cb7ff1d4 -hostmakedepends="autoconf automake libtool pkg-config" -makedepends="libsodium-devel opus-devel libvpx-devel" -short_desc="Encrypted peer-to-peer instant messenger protocol library" -maintainer="Spencer Hill " -license="GPL-3" -homepage="https://tox.chat" -distfiles="https://github.com/irungentoo/toxcore/archive/${_commithash}.tar.gz" -checksum=2d4a0d096bdb81b12b10551765fb9f87270e170f10f387f700b3def68cb6c35c - -wrksrc="toxcore-${_commithash}" -configure_args="--enable-daemon" -system_accounts="toxbootstrapd" -toxbootstrapd_homedir="/etc/toxbootstrapd" -make_dirs="/etc/toxbootstrapd 0700 toxbootstrapd toxbootstrapd" - -pre_configure() { - ./autogen.sh -} - -post_install() { - vsv toxbootstrapd -} - -# Development package -toxcore-devel-git_package() { - short_desc+=" - development files" - depends="${sourcepkg}>=${version}_${revision}" - pkg_install() { - vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/pkgconfig - } -}