More libs and deps
This commit is contained in:
22
libs/lopsub/PKGCONF
Normal file
22
libs/lopsub/PKGCONF
Normal file
@@ -0,0 +1,22 @@
|
||||
PACKAGE=lopsub
|
||||
VERSION=1.0.5-2
|
||||
SRC=${PACKAGE}-${VERSION}.tar.gz
|
||||
URL=git://git.tuebingen.mpg.de/${PACKAGE}.git@v${VERSION}
|
||||
CATEGORY=libs
|
||||
DEPENDS=lang/flex
|
||||
|
||||
configure() {
|
||||
echo "No configuration needed"
|
||||
}
|
||||
|
||||
build() {
|
||||
echo "Building $PACKAGE"
|
||||
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||
make -j ${NCPU}
|
||||
}
|
||||
|
||||
install() {
|
||||
echo "Installing $PACKAGE to ${DESTDIR}"
|
||||
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||
make install PREFIX="${DESTDIR}"
|
||||
}
|
||||
Reference in New Issue
Block a user