opt/libdevmapper/Pkgfile

21 lines
418 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Device Mapper for LVM
# URL: http://sources.redhat.com/dm/
# Maintainer: Simon Glo<6C>ner, viper at hometux dot de
name=libdevmapper
version=1.01.05
release=1
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
build() {
cd device-mapper.$version
./configure \
--prefix=/usr \
--disable-nls \
--disable-debug \
--enable-static_link
make
make DESTDIR=$PKG install
}