diff options
-rw-r--r-- | community/ftgl/APKBUILD (renamed from unmaintained/ftgl/APKBUILD) | 18 | ||||
-rw-r--r-- | community/ftgl/ftgl-2.1.3-rc5-ldflags.patch (renamed from unmaintained/ftgl/ftgl-2.1.3-rc5-ldflags.patch) | 0 | ||||
-rw-r--r-- | community/ftgl/ftgl-2.1.3-rc5-ttf_font.patch (renamed from unmaintained/ftgl/ftgl-2.1.3-rc5-ttf_font.patch) | 0 |
3 files changed, 3 insertions, 15 deletions
diff --git a/unmaintained/ftgl/APKBUILD b/community/ftgl/APKBUILD index 54b7ff2012..7a859a1861 100644 --- a/unmaintained/ftgl/APKBUILD +++ b/community/ftgl/APKBUILD @@ -18,29 +18,17 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-${_pkgver}.tar.bz2 ftgl-2.1.3-rc5-ldflags.patch ftgl-2.1.3-rc5-ttf_font.patch " - - -_builddir="$srcdir/$pkgname-2.1.3~rc5" -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -# libtoolize --force && aclocal -I m4 && autoconf && automake || return 1 -} +builddir="$srcdir/$pkgname-2.1.3~rc5" build() { - cd "$_builddir" + cd "$builddir" ./configure \ --prefix=/usr || return 1 make || return 1 } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } md5sums="c7879018cde844059495b3029b0b6503 ftgl-2.1.3-rc5.tar.bz2 diff --git a/unmaintained/ftgl/ftgl-2.1.3-rc5-ldflags.patch b/community/ftgl/ftgl-2.1.3-rc5-ldflags.patch index be9331d6f5..be9331d6f5 100644 --- a/unmaintained/ftgl/ftgl-2.1.3-rc5-ldflags.patch +++ b/community/ftgl/ftgl-2.1.3-rc5-ldflags.patch diff --git a/unmaintained/ftgl/ftgl-2.1.3-rc5-ttf_font.patch b/community/ftgl/ftgl-2.1.3-rc5-ttf_font.patch index 81ae273b30..81ae273b30 100644 --- a/unmaintained/ftgl/ftgl-2.1.3-rc5-ttf_font.patch +++ b/community/ftgl/ftgl-2.1.3-rc5-ttf_font.patch |