main/libevent: -dev package replaces main pkg

This commit is contained in:
Natanael Copa 2012-12-04 10:00:58 +00:00
parent 95e73982d6
commit 523350e71e

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libevent
pkgver=2.0.21
pkgrel=1
pkgrel=2
pkgdesc="An event notification library"
url="http://libevent.org/"
arch="all"
@ -29,6 +29,7 @@ package() {
}
dev() {
replaces="libevent"
default_dev
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
}