diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-02 15:28:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-02 15:28:54 -0300 |
commit | 9f3213c718b13b2b6389dbfbbdb5fef19dd9f3e5 (patch) | |
tree | 4c1939134804cc81cc0e68002d26587d23b3211e /libre/abiword-libre/PKGBUILD | |
parent | 1d7c93971ec01f370c595b89ece78a9adc142f05 (diff) | |
download | abslibre-9f3213c718b13b2b6389dbfbbdb5fef19dd9f3e5.tar.gz abslibre-9f3213c718b13b2b6389dbfbbdb5fef19dd9f3e5.tar.bz2 abslibre-9f3213c718b13b2b6389dbfbbdb5fef19dd9f3e5.zip |
libre/abiword-libre
Diffstat (limited to 'libre/abiword-libre/PKGBUILD')
-rw-r--r-- | libre/abiword-libre/PKGBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD index 26fcce8eb..834b0a8b8 100644 --- a/libre/abiword-libre/PKGBUILD +++ b/libre/abiword-libre/PKGBUILD @@ -28,24 +28,6 @@ conflicts=('abiword') replaces=('abiword') provides=("abiword=$pkgver") - -# source PKGBUILD; mksource -#mksource() { - #wget http://www.abisource.com/downloads/abiword/${pkgver}/source/abiword-${pkgver}.tar.gz -O -| \ - # tar xzf - - -# pushd abiword-${pkgver} - #find -type f -print0 | xargs -0 sed -i "s:Times New Roman:Liberation Serif:g" - #patch -Np1 -i ../liberation-fonts.patch || return 1 - #popd - - #mv abiword-${pkgver} ${pkgbase}-${pkgver} - #tar czf ${pkgbase}-${pkgver}.tar.gz ${pkgbase}-${pkgver}/ - - #rm -r ${pkgbase}-${pkgver}/ - -#} - build() { cd "${srcdir}/${_pkgbase}-${pkgver}" |