summaryrefslogtreecommitdiff
path: root/social/ahcpd/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/ahcpd/PKGBUILD
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/ahcpd/PKGBUILD')
-rw-r--r--social/ahcpd/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/social/ahcpd/PKGBUILD b/social/ahcpd/PKGBUILD
deleted file mode 100644
index a4c31e127..000000000
--- a/social/ahcpd/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer (Arch): Yann Lopez <arch at lonewulf dot net>
-pkgname=ahcpd
-pkgver=0.53
-pkgrel=1
-pkgdesc="Ad-Hoc Configuration Protocol"
-arch=(i686 x86_64 mips64el)
-url="http://www.pps.jussieu.fr/~jch/software/ahcp/"
-license=('custom')
-depends=('sh')
-source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- sed -i 's/\$(PREFIX)\/man/$(PREFIX)\/share\/man/g' Makefile
- make PREFIX="/usr"
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make install TARGET=${pkgdir} PREFIX=/usr
-
- install -d $pkgdir/usr/share/licenses/ahcpd
- install -m 644 LICENCE $pkgdir/usr/share/licenses/ahcpd/
-}
-md5sums=('a1a610bf20965aa522cd766bf3d5829a')