KDE 視窗裝飾 -- Aqua OS K -- ebuild file
Posted: Thu Nov 13, 2003 2:05 pm
ebuild filename:
aquaosk-2.0.ebuild
aquaosk-2.0.ebuild
Code: Select all
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Aqua OS K Windows Decorations"
S="${WORKDIR}/${P}"
SLOT="0"
LICENSE="GPL"
KEYWORDS="x86"
#SRC_URI="http://twtelecom.dl.sourceforge.net/sourceforge/qterm/${P}.tar.gz"
SRC_URI="http://www.davidsansome.com/${P}.tar.bz2"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=5063"
DEPEND="virtual/kde"
GENTOO_MIRRORS=""
src_compile () {
./configure \
--prefix=${KDEDIR}
emake
}
src_install(){
make install \
DESTDIR=${D} || die
}